diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-01-12 11:05:56 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2024-01-12 11:05:56 +0300 |
| commit | 38a3e78f42d0c88a297b6c9cebe535351681c4ca (patch) | |
| tree | 555ada2301095eea520150f9b4c5d871c3cd1e21 | |
| parent | 5a8751f2b91999d84a37a02556c398e2a6d998b4 (diff) | |
Begin development on next version
| -rw-r--r-- | README.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor-epub3/version.rb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 84a4398..833e138 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.0.0, 2024-01-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 0015bf7..345caf6 100644 --- a/lib/asciidoctor-epub3/version.rb +++ b/lib/asciidoctor-epub3/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module Epub3 - VERSION = '2.0.0' + VERSION = '2.0.1.dev' end end |
