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