From 9c79338f03f38d6397b517cb30a6c1bc7a04d89a Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Thu, 29 Apr 2021 00:16:50 +0300 Subject: [PATCH] Release 1.5.1 --- README.adoc | 2 +- lib/asciidoctor-epub3/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1c97631..b0ce277 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = {project-name}: A _native_ EPUB3 converter for AsciiDoc Dan Allen ; Sarah White -v1.5.0, 2021-04-29 +v1.5.1, 2021-04-29 :project-name: Asciidoctor EPUB3 :project-handle: asciidoctor-epub3 :uri-project: https://github.com/asciidoctor/{project-handle} diff --git a/lib/asciidoctor-epub3/version.rb b/lib/asciidoctor-epub3/version.rb index 9a56eef..b2a4bf3 100644 --- a/lib/asciidoctor-epub3/version.rb +++ b/lib/asciidoctor-epub3/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module Epub3 - VERSION = '1.5.0' + VERSION = '1.5.1' end end