Skip to content

Commit

Permalink
Merge pull request #345 from asciidoctor/updatecli_b03eece8e7918d69cd…
Browse files Browse the repository at this point in the history
…55e8c008b357f57ca0c3c1734551bf0359cd03d11e7496

Bump Asciidoctor-Diagram version 2.2.6
  • Loading branch information
dduportal authored Mar 27, 2023
2 parents e6d09b5 + 1527431 commit 496e2ed
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 @@ -6,7 +6,7 @@ FROM alpine:${alpine_version} AS base
ARG asciidoctor_version=2.0.18
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=2.3.4
ARG asciidoctor_diagram_version=2.2.4
ARG asciidoctor_diagram_version=2.2.6
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_fb2_version=0.7.0
ARG asciidoctor_mathematical_version=0.3.5
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:ASCIIDOCTOR_VERSION: 2.0.18
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.4
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.4
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.6
:ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
:ASCIIDOCTOR_FB2_VERSION: 0.7.0
:ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ALPINE_VERSION=3.17.2
ASCIIDOCTOR_VERSION=2.0.18
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.4
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.4
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.6
ASCIIDOCTOR_EPUB3_VERSION=1.5.1
ASCIIDOCTOR_FB2_VERSION=0.7.0
ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
Expand Down

0 comments on commit 496e2ed

Please sign in to comment.