diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-09-03 00:50:50 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-09-03 00:51:14 -0600 |
| commit | f290c70d1b29f460c9ea57c77e1f5843efd3d5f1 (patch) | |
| tree | eaa7367d719d9980fd0ea76183405a39b1ebc7b5 | |
| parent | b9fdd22b80e7b62a9580a3448adaf64613a37bd8 (diff) | |
bump version of release candidate
| -rw-r--r-- | asciidoctor.gemspec | 4 | ||||
| -rw-r--r-- | lib/asciidoctor/version.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index 8122626b..ef846b93 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |s| ## name, version, date and rubyforge_project are updated automatically by the ## Rake build (see the validate task) s.name = 'asciidoctor' - s.version = '0.1.4.rc.1' - s.date = '2013-08-27' + s.version = '0.1.4.rc.2' + s.date = '2013-09-03' s.rubyforge_project = 'asciidoctor' s.summary = 'A native Ruby AsciiDoc syntax processor and publishing toolchain' diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 884065ee..693d868c 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = '0.1.4.rc.1' + VERSION = '0.1.4.rc.2' end |
