diff --git a/bintray.gradle b/bintray.gradle index b411722..f049b49 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.jfrog.bintray' -version = '0.1.5' +version = '0.1.6' task sourcesJar(type: Jar) { classifier = 'sources' diff --git a/build.gradle b/build.gradle index 8a253fe..0623e88 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'java' apply plugin: 'jacoco' group 'net.andreinc' -version '0.1.5' +version '0.1.6' sourceCompatibility = 1.8