Skip to content

Commit

Permalink
Merge pull request #446 from asciidoctor/updatecli_main_d703d803ec0ea…
Browse files Browse the repository at this point in the history
…242b66ee372acf214fcd4abade946cf14232f44924688be4daf

Bump Asciidoctor-Epub3 version to 2.1.3
  • Loading branch information
dduportal authored May 13, 2024
2 parents 8c1ce05 + 7e1caa6 commit 4d719b9
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.3.0
ARG asciidoctor_epub3_version=2.1.0
ARG asciidoctor_epub3_version=2.1.3
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.15
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.3.0
:ASCIIDOCTOR_EPUB3_VERSION: 2.1.0
:ASCIIDOCTOR_EPUB3_VERSION: 2.1.3
: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.22
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.15
ASCIIDOCTOR_DIAGRAM_VERSION=2.3.0
ASCIIDOCTOR_EPUB3_VERSION=2.1.0
ASCIIDOCTOR_EPUB3_VERSION=2.1.3
ASCIIDOCTOR_FB2_VERSION=0.7.0
ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
ASCIIDOCTOR_REVEALJS_VERSION=5.1.0
Expand Down

0 comments on commit 4d719b9

Please sign in to comment.