Skip to content

Commit

Permalink
Merge pull request #316 from asciidoctor/updatecli_3a244df462d9386200…
Browse files Browse the repository at this point in the history
…d7541da3bb559847ba623db7ac0cd629d4f193e5ff3c80

Bump Asciidoctor-Fb2 version to 0.7.0
  • Loading branch information
dduportal committed Dec 19, 2022
2 parents ad8cd29 + 0d401c9 commit 58e7a01
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=2.3.4
ARG asciidoctor_diagram_version=2.2.1
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_fb2_version=0.6.0
ARG asciidoctor_fb2_version=0.7.0
ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=4.1.0
ARG kramdown_asciidoc_version=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:ASCIIDOCTOR_PDF_VERSION: 2.3.4
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.1
:ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
:ASCIIDOCTOR_FB2_VERSION: 0.6.0
:ASCIIDOCTOR_FB2_VERSION: 0.7.0
:ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
:ASCIIDOCTOR_REVEALJS_VERSION: 4.1.0
:KRAMDOWN_ASCIIDOC_VERSION: 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This Docker image provides:

- [Asciidoctor EPUB3](https://asciidoctor.org/docs/asciidoctor-epub3/) 1.5.1

- [Asciidoctor FB2](https://github.com/asciidoctor/asciidoctor-fb2/) 0.6.0
- [Asciidoctor FB2](https://github.com/asciidoctor/asciidoctor-fb2/) 0.7.0

- [Asciidoctor Mathematical](https://github.com/asciidoctor/asciidoctor-mathematical) 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 @@ -7,7 +7,7 @@ ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.4
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.1
ASCIIDOCTOR_EPUB3_VERSION=1.5.1
ASCIIDOCTOR_FB2_VERSION=0.6.0
ASCIIDOCTOR_FB2_VERSION=0.7.0
ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
ASCIIDOCTOR_REVEALJS_VERSION=4.1.0
KRAMDOWN_ASCIIDOC_VERSION=2.1.0
Expand Down
1 change: 0 additions & 1 deletion updatecli/updatecli.d/asciidoctor-fb2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ pullrequests:
title: Bump Asciidoctor-Fb2 version to {{ source "latestVersion" }}
spec:
labels:
- chore
- dependencies
1 change: 0 additions & 1 deletion updatecli/updatecli.d/asciidoctor-revealjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ pullrequests:
title: Bump Asciidoctor-Revealjs version to {{ source "latestVersion" }}
spec:
labels:
- chore
- dependencies

0 comments on commit 58e7a01

Please sign in to comment.