diff options
| author | Dan Allen <dallen@redhat.com> | 2013-04-25 20:41:22 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-04-25 20:41:22 -0600 |
| commit | a599f704ec79390497fd02fd05a9ba1e402a9e68 (patch) | |
| tree | bcf7d2b94c66dc26566448efb4aef182db0b72f1 | |
| parent | ebb591afa0029cd96fa2a9086e06fc879c028edd (diff) | |
update version to 0.1.2
| -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 |
