From 0ca71cab5faa031a05d0e4e8be3711121be9c5db Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Sun, 12 May 2024 17:13:59 +0300 Subject: Release 2.1.3 --- CHANGELOG.adoc | 2 +- README.adoc | 1 + lib/asciidoctor-epub3/version.rb | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 9100b53..b2590f1 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,7 +5,7 @@ This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. -== 2.1.1 (2024-05-12) - @slonopotamus +== 2.1.3 (2024-05-12) - @slonopotamus * fix crash when section title contains inline anchor (#472) * fix crash on an SVG image inside table cell (#470) diff --git a/README.adoc b/README.adoc index 67a6d13..f4e44bf 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,6 @@ = {project-name}: A _native_ EPUB3 converter for AsciiDoc Dan Allen ; Sarah White +v2.1.3, 2024-05-12 :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 410525d..46c3742 100644 --- a/lib/asciidoctor-epub3/version.rb +++ b/lib/asciidoctor-epub3/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module Epub3 - VERSION = '2.1.2.dev' + VERSION = '2.1.3' end end -- cgit v1.2.3