diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 12:41:46 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-03-07 12:41:46 +0100 |
commit | 1b648c38a398abf7a254ae48f9a942fc705ce29b (patch) | |
tree | 5bd7232312074aa56edf79ff9771f341acf68b27 | |
parent | 0125aab69b7c9e65cc0647ef12316deef5d5354f (diff) |
Release version 0.5.1
-rw-r--r-- | lib/asciidoctor/interdoc_reftext/version.rb | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/asciidoctor/interdoc_reftext/version.rb b/lib/asciidoctor/interdoc_reftext/version.rb index 977d9eb..2c18e11 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.0' + VERSION = '0.5.1' end end diff --git a/package.json b/package.json index 58a08f7..9491dff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-interdoc-reftext", - "version": "0.5.0", + "version": "0.5.1", "description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references", "author": "Jakub Jirutka <jakub@jirutka.cz>", "license": "MIT", |