summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-19 14:34:22 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-19 14:34:22 +0200
commitecadaf1a57d589e53bcebf4c5d9610c478aa7cbe (patch)
treeea6f4bf65b68649f9a2b6736325486fa4956eeb9
parentff38fcf9e42cddf298375032b7643e6001954329 (diff)
bump version to 0.5.3HEADmaster
-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 33dc465..296b11b 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.2'
+ VERSION = '0.5.3'
end
end
diff --git a/package.json b/package.json
index 5deb57c..865bd6e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "asciidoctor-interdoc-reftext",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references",
"author": "Jakub Jirutka <jakub@jirutka.cz>",
"license": "MIT",