bump to 0.7.1
Brian Lopez seniorlopez@gmail.com
Mon, 13 Feb 2012 09:39:04 -0800
2 files changed,
2 insertions(+),
2 deletions(-)
M
github-markup.gemspec
→
github-markup.gemspec
@@ -14,7 +14,7 @@ ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile s.name = 'github-markup' s.version = '0.7.0' - s.date = '2011-12-07' + s.date = '2012-02-13' s.executables = ['github-markup'] ## Make sure your summary is short. The description may be as long
M
lib/github-markup.rb
→
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub module Markup - VERSION = '0.7.0' + VERSION = '0.7.1' Version = VERSION end end