0.2.2
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 13:13:50 -0800
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,7 @@
+## 0.2.2 (2010-02-09) + +* pod fixes from Ricardo Signes + ## 0.2.1 (2010-01-25) * ReST fixes from Michael Jones
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.2.1' + Version = '0.2.2' end end