diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-15 02:29:38 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-15 02:29:38 +0200 |
commit | a7a3031a663f20d092008f88cf5bb03173347f54 (patch) | |
tree | 0e4ebd1d18624e4438082369b9325d61948ff1f3 | |
parent | d10acf6d84b18ed2ad0afbf6a68d67d395dc1d9a (diff) |
Release version 0.5.0
-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 a614212..977d9eb 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.4.2' + VERSION = '0.5.0' end end diff --git a/package.json b/package.json index 0dde9c4..665d5cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-interdoc-reftext", - "version": "0.4.2", + "version": "0.5.0", "description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references", "author": "Jakub Jirutka <jakub@jirutka.cz>", "license": "MIT", |