summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-04-16 00:58:38 +0200
committerJakub Jirutka <jakub@jirutka.cz>2020-04-16 00:58:38 +0200
commit329c9d28f2b88947d7ff24171f9d7ce5b87a064f (patch)
tree2cae54f1b19afc654d66a2e90cbc52a538ead6cb
parent774f9ef120ee3e8a40aec0eead1d932b17d3fa39 (diff)
Release version 0.5.2
-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 2c18e11..33dc465 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.5.1'
+ VERSION = '0.5.2'
end
end
diff --git a/package.json b/package.json
index 9491dff..5deb57c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "asciidoctor-interdoc-reftext",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references",
"author": "Jakub Jirutka <jakub@jirutka.cz>",
"license": "MIT",