summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-12 16:24:08 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-12 16:24:08 +0200
commit2c2ccd45626bb08158af7eb134a52b2ad0b4431f (patch)
treedaf0917a8d15a19a406fa356eb5167ed0fef9c0e
parentd7713765f8894658b4a65c11001abddccc70c3bb (diff)
Release version 0.4.0
-rw-r--r--lib/asciidoctor/interdoc_reftext/version.rb2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/asciidoctor/interdoc_reftext/version.rb b/lib/asciidoctor/interdoc_reftext/version.rb
index d52fde6..681daf7 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.3.0'
+ VERSION = '0.4.0'
end
end
diff --git a/package.json b/package.json
index 240a84e..605be6e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "asciidoctor-interdoc-reftext",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references",
"author": "Jakub Jirutka <jakub@jirutka.cz>",
"license": "MIT",