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 ebf8cfa1..7a93269f 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| ## This group of properties is updated automatically by the Rake build when ## cutting a new release (see the validate task) s.name = 'asciidoctor' - s.version = '0.1.2.cr' + s.version = '0.1.2' s.date = '2013-04-25' s.rubyforge_project = 'asciidoctor' diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index e3098a2f..3cafbe86 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = '0.1.2.cr' + VERSION = '0.1.2' end |
