From ca85055afb849f8a5a7a1cea4ff670e2aa24272f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Wed, 24 Jun 2015 10:36:58 +0200 Subject: [PATCH] use triple version number 0.3.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }