diff --git a/README.md b/README.md index 91517b5..de17826 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.novoda:bintray-release:0.2.10' + classpath 'com.novoda:bintray-release:0.2.11' } } ``` @@ -36,7 +36,7 @@ publish { userOrg = 'novoda' groupId = 'com.novoda' artifactId = 'bintray-release' - publishVersion = '0.2.10' + publishVersion = '0.2.11' desc = 'Oh hi, this is a nice description for a project, right?' website = 'https://github.com/novoda/bintray-release' }