diff options
| author | Ryan Waldron <rwaldron@github.com> | 2012-12-17 17:43:47 -0600 |
|---|---|---|
| committer | Ryan Waldron <rwaldron@github.com> | 2012-12-17 17:43:47 -0600 |
| commit | 48446993fc7fa372a34516ac92c93b89987735a7 (patch) | |
| tree | 9674023a7d580ce17e1afdc0a97b6871e05d6e59 | |
| parent | 1e80af2a3fbfe62924519b9c0fcafd73f60d039a (diff) | |
Release 0.0.7v0.0.7
| -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 8dd4c96c..06a3f5a6 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -13,7 +13,7 @@ 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.0.6' + s.version = '0.0.7' s.date = '2012-12-17' s.rubyforge_project = 'asciidoctor' diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb index 253c41e2..28ee544e 100644 --- a/lib/asciidoctor/version.rb +++ b/lib/asciidoctor/version.rb @@ -1,3 +1,3 @@ module Asciidoctor - VERSION = "0.0.6" + VERSION = "0.0.7" end |
