Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to asciidoctor-diagram 2.2.10 #42

Merged
merged 2 commits into from
Jul 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade to asciidoctor-diagram 2.2.10
robertpanzer committed Jul 30, 2023
commit 9f409aa92bf6470684139832a781627540f43912
2 changes: 1 addition & 1 deletion asciidoctorj-diagram/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
properName=AsciidoctorJ Diagram
description=AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
version=2.2.9
version=2.2.10
gem_name=asciidoctor-diagram
2 changes: 1 addition & 1 deletion asciidoctorj-diagram/src/test/resources/sampleqrcode.adoc
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

Scan this with your phone:

[qrcode,testqrcode]
[qrcode,testqrcode,png]
----
https://my-link.tld/something
----
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2.2.9
version=2.2.10
gem_name=asciidoctor-diagram