Skip to content

Commit

Permalink
Merge pull request #421 from asciidoctor/updatecli_d703d803ec0ea242b6…
Browse files Browse the repository at this point in the history
…6ee372acf214fcd4abade946cf14232f44924688be4daf

Bump Asciidoctor-Epub3 version to 2.1.0
  • Loading branch information
dduportal authored Feb 4, 2024
2 parents 2ddcd7e + 34cf465 commit 15fd744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN apk add --no-cache \

ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_diagram_version=2.2.17
ARG asciidoctor_epub3_version=2.0.1
ARG asciidoctor_epub3_version=2.1.0
ARG asciidoctor_fb2_version=0.7.0
ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=5.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.12
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.17
:ASCIIDOCTOR_EPUB3_VERSION: 2.0.1
:ASCIIDOCTOR_EPUB3_VERSION: 2.1.0
:ASCIIDOCTOR_FB2_VERSION: 0.7.0
:ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
:ASCIIDOCTOR_REVEALJS_VERSION: 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ASCIIDOCTOR_VERSION=2.0.20
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.12
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.17
ASCIIDOCTOR_EPUB3_VERSION=2.0.1
ASCIIDOCTOR_EPUB3_VERSION=2.1.0
ASCIIDOCTOR_FB2_VERSION=0.7.0
ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
ASCIIDOCTOR_REVEALJS_VERSION=5.1.0
Expand Down

0 comments on commit 15fd744

Please sign in to comment.