diff --git a/README.md b/README.md index 57b1fbf..817dd06 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.novoda:bintray-release:0.2.4' + classpath 'com.novoda:bintray-release:0.2.5' } } ``` @@ -36,7 +36,7 @@ publish { userOrg = 'novoda' groupId = 'com.novoda' artifactId = 'bintray-release' - version = '0.2.4' + version = '0.2.5' description = 'Oh hi, this is a nice description for a project right?' website = 'https://github.com/novoda/bintray-release' }