Skip to content

Commit

Permalink
Upgrade Asciidoctor Gem to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Oct 9, 2016
1 parent 43d29ea commit 4dae077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -41,7 +41,7 @@ ext {
xmlMatchersVersion = '1.0-RC1'

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '1.5.4'
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '1.5.5'
asciidoctorEpub3GemVersion = project(':asciidoctorj-epub3').version.replace('-', '.')
asciidoctorPdfGemVersion = project(':asciidoctorj-pdf').version.replace('-', '.')

Expand Down

0 comments on commit 4dae077

Please sign in to comment.