summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-01-20 23:14:00 +0300
committerMarat Radchenko <marat@slonopotamus.org>2020-01-20 23:14:00 +0300
commit8385ab7c7347ef2eaae8eb2db2ef158f6a853090 (patch)
treecffcdfa74c18f1d04298155cf539dbcec72e5440
parentcb825456b82a9b3fc01c49d26b5164aac11d672f (diff)
Revert "Release 1.5.0.alpha.10"
This reverts commit cb825456b82a9b3fc01c49d26b5164aac11d672f.
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README.adoc1
-rw-r--r--lib/asciidoctor-epub3/version.rb2
3 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index cd3be9b..db08740 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.
-== 1.5.0.alpha.10 (2020-01-20) - @slonopotamus
+== Unreleased
* fix deep xrefs between chapters when using Asciidoctor 2 (#210)
* switch from epubcheck to epubcheck-ruby (#224)
diff --git a/README.adoc b/README.adoc
index c92969c..371d80d 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]>
-v1.5.0.alpha.10, 2020-01-20
// Settings:
:experimental:
:idprefix:
diff --git a/lib/asciidoctor-epub3/version.rb b/lib/asciidoctor-epub3/version.rb
index b6a3297..ca2e7ca 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.alpha.10'
+ VERSION = '1.5.0.alpha.10.dev'
end
end