summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-05-12 17:05:02 +0300
committerMarat Radchenko <marat@slonopotamus.org>2024-05-12 17:05:02 +0300
commit31013eff786a67b5ee610c378c86738d8e49f230 (patch)
treef26cb0ee0fa11a5919ecda85c7f4be2629616987
parent57c52b6a1c7c978db1b13a5324b9aee5fa116413 (diff)
Begin development on next version
-rw-r--r--README.adoc1
-rw-r--r--lib/asciidoctor-epub3/version.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 8d65cb5..67a6d13 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,5 @@
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
-v2.1.1, 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 fd31694..410525d 100644
--- a/lib/asciidoctor-epub3/version.rb
+++ b/lib/asciidoctor-epub3/version.rb
@@ -2,6 +2,6 @@
module Asciidoctor
module Epub3
- VERSION = '2.1.1'
+ VERSION = '2.1.2.dev'
end
end