0.1.3
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 18:03:18 -0800
2 files changed,
5 insertions(+),
1 deletions(-)
M
HISTORY.md
→
HISTORY.md
@@ -1,3 +1,7 @@
+## 0.1.3 (2009-11-02) + +* Strip the INDEX comments from POD + ## 0.1.2 (2009-11-02) * Renamed to `github-markup`
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = '0.1.2' + Version = '0.1.3' end end