Skip to content

Commit b87c42a

Browse files
authored
Merge pull request #538 from asciidoctor/updatecli_main_d703d803ec0ea242b66ee372acf214fcd4abade946cf14232f44924688be4daf
Bump Asciidoctor-Epub3 version to 2.3.0
2 parents 0a2ec6c + ef3bb0a commit b87c42a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN apk add --no-cache \
9393

9494
ARG asciidoctor_confluence_version=0.0.2
9595
ARG asciidoctor_diagram_version=3.0.1
96-
ARG asciidoctor_epub3_version=2.2.0
96+
ARG asciidoctor_epub3_version=2.3.0
9797
ARG asciidoctor_fb2_version=0.8.0
9898
ARG asciidoctor_mathematical_version=0.3.5
9999
ARG asciidoctor_revealjs_version=5.2.0

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
44
:ASCIIDOCTOR_PDF_VERSION: 2.3.19
55
:ASCIIDOCTOR_DIAGRAM_VERSION: 3.0.1
6-
:ASCIIDOCTOR_EPUB3_VERSION: 2.2.0
6+
:ASCIIDOCTOR_EPUB3_VERSION: 2.3.0
77
:ASCIIDOCTOR_FB2_VERSION: 0.8.0
88
:ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
99
:ASCIIDOCTOR_REVEALJS_VERSION: 5.2.0

tests/asciidoctor.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ASCIIDOCTOR_VERSION=2.0.23
66
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
77
ASCIIDOCTOR_PDF_VERSION=2.3.19
88
ASCIIDOCTOR_DIAGRAM_VERSION=3.0.1
9-
ASCIIDOCTOR_EPUB3_VERSION=2.2.0
9+
ASCIIDOCTOR_EPUB3_VERSION=2.3.0
1010
ASCIIDOCTOR_FB2_VERSION=0.8.0
1111
ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
1212
ASCIIDOCTOR_REVEALJS_VERSION=5.2.0

0 commit comments

Comments
 (0)