We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6753ad commit 0ffedc0Copy full SHA for 0ffedc0
History.markdown
@@ -6,10 +6,14 @@
6
7
### Bug Fixes
8
9
-* Use option object as key in the command's `@map` hash (#35)
10
-
11
### Development Fixes
12
+## 0.3.4 / 2014-07-11
+
13
+### Bug Fixes
14
15
+* Use option object as key in the command's `@map` hash (#35)
16
17
## 0.3.3 / 2014-05-07
18
19
lib/mercenary/version.rb
@@ -1,3 +1,3 @@
1
module Mercenary
2
- VERSION = "0.3.3"
+ VERSION = "0.3.4"
3
end
0 commit comments