diff --git a/build.gradle b/build.gradle index 0cfe2c2..b62b3f5 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { apply plugin: 'biz.aQute.bnd.builder' group 'org.grohe' -version '0.0.11' +version '0.0.12' compileJava { sourceCompatibility = '1.8' @@ -54,10 +54,10 @@ bintray { licenses = ['MIT'] vcsUrl = 'https://github.com/floriansw/grohe-ondus-api-java.git' version { - name = '0.0.11' + name = '0.0.12' desc = 'GROHE ONDUS Api library' released = new Date() - vcsTag = '0.0.11' + vcsTag = '0.0.12' } } }