Skip to content

Commit

Permalink
Merge pull request #394 from asciidoctor/updatecli_e64389db63af924be4…
Browse files Browse the repository at this point in the history
…19efb1a75331390b9d8ff66ea414f3b8fbb5839f32fd61

Bump Asciidoctor-Kroki version to 0.9.1
  • Loading branch information
dduportal authored Oct 12, 2023
2 parents b8196e5 + 0405f85 commit ad20505
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 @@ -89,7 +89,7 @@ ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=5.0.1
ARG kramdown_asciidoc_version=2.1.0
ARG asciidoctor_bibtex_version=0.8.0
ARG asciidoctor_kroki_version=0.8.0
ARG asciidoctor_kroki_version=0.9.1
ARG asciidoctor_reducer_version=1.0.2

ENV ASCIIDOCTOR_CONFLUENCE_VERSION=${asciidoctor_confluence_version} \
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:ASCIIDOCTOR_REVEALJS_VERSION: 5.0.1
:KRAMDOWN_ASCIIDOC_VERSION: 2.1.0
:ASCIIDOCTOR_BIBTEX_VERSION: 0.8.0
:ASCIIDOCTOR_KROKI_VERSION: 0.8.0
:ASCIIDOCTOR_KROKI_VERSION: 0.9.1
:ASCIIDOCTOR_REDUCER_VERSION: 1.0.2
= Asciidoctor Docker Container
:source-highlighter: coderay
Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
ASCIIDOCTOR_REVEALJS_VERSION=5.0.1
KRAMDOWN_ASCIIDOC_VERSION=2.1.0
ASCIIDOCTOR_BIBTEX_VERSION=0.8.0
ASCIIDOCTOR_KROKI_VERSION=0.8.0
ASCIIDOCTOR_KROKI_VERSION=0.9.1
DOCKER_IMAGE_NAME_TO_TEST="${IMAGE_NAME:-asciidoctor}"

clean_generated_files() {
Expand Down

0 comments on commit ad20505

Please sign in to comment.