We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9425f37 + 23c22a2 commit f907221Copy full SHA for f907221
History.markdown
@@ -6,10 +6,14 @@
6
7
### Bug Fixes
8
9
-* Added missing comma to fix '-v' and '--version' options (#9)
10
-
11
### Development Fixes
12
+## 0.2.1 / 2013-12-25
+
13
+### Bug Fixes
14
15
+* Added missing comma to fix '-v' and '--version' options (#9)
16
17
## 0.2.0 / 2013-11-30
18
19
### Major Enhancements
lib/mercenary/version.rb
@@ -1,3 +1,3 @@
1
module Mercenary
2
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
3
end
0 commit comments