diff options
| author | Ryan Waldron <rwaldron@github.com> | 2013-02-26 11:21:19 -0600 |
|---|---|---|
| committer | Ryan Waldron <rwaldron@github.com> | 2013-02-26 11:22:16 -0600 |
| commit | 3d1d0f9111d7e088861c8c83b6cc976a45b4690f (patch) | |
| tree | 1cfb9b982ef08e01efb7b25bf9ba76a1e7d5a37d | |
| parent | 6b33ae482befe06505dc5f094ad6093c4fa355aa (diff) | |
Bump version number
| -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 176dab80..4deec6c6 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -13,8 +13,8 @@ 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.1.0' - s.date = '2013-02-04' + s.version = '0.1.1' + s.date = '2013-02-26' s.rubyforge_project = 'asciidoctor' ## Make sure your summary is short. The description may be as long diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 11ae77ca..3a6f4b41 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = "0.1.0" + VERSION = "0.1.1" end |
