diff options
| -rw-r--r-- | asciidoctor.gemspec | 2 | ||||
| -rw-r--r-- | lib/asciidoctor/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index 8dd4c96c..06a3f5a6 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'asciidoctor' - s.version = '0.0.6' + s.version = '0.0.7' s.date = '2012-12-17' s.rubyforge_project = 'asciidoctor' diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 253c41e2..28ee544e 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = "0.0.6" + VERSION = "0.0.7" end |
