summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-04 01:05:02 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-04 01:05:02 +0200
commitd667d713295a678e38eb1b0e3be5914be1810667 (patch)
tree3f83ff9b0b5e79ff0ed513ef1f79371e49f32620 /lib
parent004dc0167893ade6e52d45767c8d1af2522b02a2 (diff)
Release version 0.1.1
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/interdoc_reftext/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/interdoc_reftext/version.rb b/lib/asciidoctor/interdoc_reftext/version.rb
index 2616de5..f42f4f1 100644
--- a/lib/asciidoctor/interdoc_reftext/version.rb
+++ b/lib/asciidoctor/interdoc_reftext/version.rb
@@ -3,6 +3,6 @@
module Asciidoctor
module InterdocReftext
# Version of the asciidoctor-interdoc-reftext gem.
- VERSION = '0.1.0'.freeze
+ VERSION = '0.1.1'.freeze
end
end