From ce6493c4ddda3f4855e751af55567919ede0db70 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 1 Aug 2018 23:30:59 +0200 Subject: [PATCH] Release version 0.4.1 --- README.adoc | 2 +- lib/asciidoctor/templates_compiler/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 663b909..8564a70 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ :source-language: ruby // custom :gem-name: asciidoctor-templates-compiler -:gem-version: 0.4.0 +:gem-version: 0.4.1 :gh-name: jirutka/{gem-name} :gh-branch: master :codacy-id: b23b8c6503474ea5b13537eaef0c73d5 diff --git a/lib/asciidoctor/templates_compiler/version.rb b/lib/asciidoctor/templates_compiler/version.rb index d9d7c79..179d70b 100644 --- a/lib/asciidoctor/templates_compiler/version.rb +++ b/lib/asciidoctor/templates_compiler/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module TemplatesCompiler - VERSION = '0.4.0' + VERSION = '0.4.1' end end