summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-02-04 16:23:13 +0300
committerMarat Radchenko <marat@slonopotamus.org>2024-02-04 16:23:13 +0300
commitf833b3d4f96a2fe223c355575dfcd05cc1d4dc04 (patch)
tree1b441155c305cb6a7d5c9468b739c32db67a9d49
parentd6dda3e6a924911fe87bbb810b16b882ac261f43 (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 d006ba3..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.0, 2024-02-04
: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 52864fc..bd2ce59 100644
--- a/lib/asciidoctor-epub3/version.rb
+++ b/lib/asciidoctor-epub3/version.rb
@@ -2,6 +2,6 @@
module Asciidoctor
module Epub3
- VERSION = '2.1.0'
+ VERSION = '2.1.1.dev'
end
end