From 0ffedc0ede43c1d9a539ceffcc6e642a759e9492 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 11 Jul 2014 23:28:42 -0700 Subject: [PATCH] Release v0.3.4 --- History.markdown | 8 ++++++-- lib/mercenary/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/History.markdown b/History.markdown index c6fd35f..1bc11f5 100644 --- a/History.markdown +++ b/History.markdown @@ -6,10 +6,14 @@ ### Bug Fixes -* Use option object as key in the command's `@map` hash (#35) - ### Development Fixes +## 0.3.4 / 2014-07-11 + +### Bug Fixes + +* Use option object as key in the command's `@map` hash (#35) + ## 0.3.3 / 2014-05-07 ### Bug Fixes diff --git a/lib/mercenary/version.rb b/lib/mercenary/version.rb index 194bdd0..f122a2e 100644 --- a/lib/mercenary/version.rb +++ b/lib/mercenary/version.rb @@ -1,3 +1,3 @@ module Mercenary - VERSION = "0.3.3" + VERSION = "0.3.4" end