Skip to content

Commit dd569ec

Browse files
committed
Attempt publish with correct version and updated bintray plugin
1 parent 63a6966 commit dd569ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.jfrog.bintray" version "1.7"
2+
id "com.jfrog.bintray" version "1.7.3"
33
id 'org.asciidoctor.gradle.asciidoctor' version '1.5.1'
44
id "nebula.provided-base" version "3.1.0"
55
id 'org.ajoberstar.github-pages' version '1.1.0'
@@ -14,7 +14,7 @@ apply plugin: "jacoco"
1414

1515

1616
group 'com.jameskleeh'
17-
version '0.4.2'
17+
version '0.4.1'
1818

1919
targetCompatibility = 1.7
2020

0 commit comments

Comments
 (0)