Skip to content

Commit 2c6de62

Browse files
author
emmanue1
committed
Update version to 1.0.7
1 parent ad4d6fd commit 2c6de62

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
@@ -8,7 +8,7 @@ dependencies {
88
testCompile 'junit:junit:4.12'
99
}
1010

11-
version='1.0.6'
11+
version='1.0.7'
1212

1313
tasks.withType(JavaCompile) {
1414
sourceCompatibility = targetCompatibility = '1.8'
@@ -36,7 +36,7 @@ jar {
3636
}
3737
}
3838

39-
// Publication to JFrog Bintray Maven repository
39+
// Publication to JCenter Maven repository
4040
task sourceJar(type: Jar) {
4141
classifier 'sources'
4242
from sourceSets.main.allJava

0 commit comments

Comments
 (0)