diff --git a/bintray.gradle b/bintray.gradle index df0e49b6..d7b23d0c 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -17,7 +17,7 @@ apply plugin: 'maven-publish' def bintrayInfoFilePath = "$buildDir/outputs/bintray-descriptor.bintray-info.json" -project.ext.version = '1.0.1-SNAPSHOT' +project.ext.version = '1.1.0-SNAPSHOT' task sourcesJar(type: Jar) { classifier = 'sources'