From 1b52063b032bf34f1344961f458f056ab6dd5618 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 26 Aug 2018 19:40:54 +0200 Subject: Release version 0.4.1 --- lib/asciidoctor/interdoc_reftext/version.rb | 2 +- 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 681daf7..9d2b433 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.0' + VERSION = '0.4.1' end end diff --git a/package.json b/package.json index f867750..746e455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-interdoc-reftext", - "version": "0.4.0", + "version": "0.4.1", "description": "Asciidoctor extension providing implicit (automatic) reference text (label) for inter-document cross references", "author": "Jakub Jirutka ", "license": "MIT", -- cgit v1.2.3