Skip to content

Commit da01865

Browse files
committed
Prepare version 0.1.0
1 parent 296b9b0 commit da01865

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 @@ plugins {
88
}
99

1010
group 'com.github.dsrees'
11-
version '0.1.1'
11+
version '0.1.0'
1212

1313
sourceCompatibility = 1.8
1414

@@ -37,7 +37,7 @@ compileTestKotlin {
3737
bintray {
3838
user = System.getenv('BINTRAY_USER')
3939
key = System.getenv('BINTRAY_API_KEY')
40-
dryRun = true
40+
dryRun = false
4141
publish = true
4242
pkg {
4343
repo = 'java-phoenix-client'

0 commit comments

Comments
 (0)