diff --git a/README.md b/README.md index 5b5fa90..cca4fe8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.novoda:bintray-release:0.3.0' + classpath 'com.novoda:bintray-release:0.3.4' } } ``` @@ -36,7 +36,7 @@ publish { userOrg = 'novoda' groupId = 'com.novoda' artifactId = 'bintray-release' - publishVersion = '0.3.0' + publishVersion = '0.3.4' desc = 'Oh hi, this is a nice description for a project, right?' website = 'https://github.com/novoda/bintray-release' } diff --git a/build.gradle b/build.gradle index 8d388a9..2f318d5 100644 --- a/build.gradle +++ b/build.gradle @@ -12,5 +12,5 @@ allprojects { repositories { jcenter() } - version = "0.3.2" + version = "0.3.4" }