We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04962a7 commit 778daf8Copy full SHA for 778daf8
History.markdown
@@ -6,11 +6,15 @@
6
7
### Bug Fixes
8
9
+### Development Fixes
10
+
11
+## 0.3.2 / 2014-03-18
12
13
+### Bug Fixes
14
15
* Remove duplicate commands from help output; show aliases w/command names
16
(#29)
17
-### Development Fixes
-
18
## 0.3.1 / 2014-02-21
19
20
### Minor Enhancements
lib/mercenary/version.rb
@@ -1,3 +1,3 @@
1
module Mercenary
2
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
3
end
0 commit comments