We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46473c commit 914f846Copy full SHA for 914f846
bintray.gradle
@@ -1,6 +1,6 @@
1
apply plugin: 'com.jfrog.bintray'
2
3
-version = '0.1.1'
+version = '0.1.2'
4
5
task sourcesJar(type: Jar) {
6
classifier = 'sources'
build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'java'
18
apply plugin: 'jacoco'
19
20
group 'net.andreinc'
21
-version '0.1.1'
+version '0.1.2'
22
23
sourceCompatibility = 1.8
24
0 commit comments