From a599f704ec79390497fd02fd05a9ba1e402a9e68 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 25 Apr 2013 20:41:22 -0600 Subject: update version to 0.1.2 --- asciidoctor.gemspec | 2 +- 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 -- cgit v1.2.3