diff --git a/bintray.gradle b/bintray.gradle index c4c1b4d..01acdae 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.jfrog.bintray' -version = '0.0.6' +version = '0.0.7' task sourcesJar(type: Jar) { classifier = 'sources' diff --git a/build.gradle b/build.gradle index a5104b0..2d39dc3 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { apply plugin: 'java' group 'net.andreinc' -version '0.0.6' +version '0.0.7' sourceCompatibility = 1.8