diff --git a/README.md b/README.md index eb28eb0..5b5fa90 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.novoda:bintray-release:0.3' + classpath 'com.novoda:bintray-release:0.3.0' } } ``` @@ -36,7 +36,7 @@ publish { userOrg = 'novoda' groupId = 'com.novoda' artifactId = 'bintray-release' - publishVersion = '0.3' + publishVersion = '0.3.0' 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 882842f..d530ac7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,3 @@ allprojects { - version = "0.3" + version = "0.3.0" }