Skip to content

Commit

Permalink
Release 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Oct 29, 2018
1 parent 69af7e2 commit f3aaf06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath "gradle.plugin.io.sdkman:gradle-sdkvendor-plugin:1.1.0"
}
}
Expand Down Expand Up @@ -45,7 +45,7 @@ ext {
xmlMatchersVersion = '1.0-RC1'

// gem versions
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '1.5.7.1'
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '1.5.8'
asciidoctorEpub3GemVersion = project(':asciidoctorj-epub3').version.replace('-', '.')

asciidoctorDiagramGemVersion = project(':asciidoctorj-diagram').version.replace('-', '.')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.5.8-SNAPSHOT
version=1.5.8
sourceCompatibility=1.7
targetCompatibility=1.7

0 comments on commit f3aaf06

Please sign in to comment.