From 2ef72052dd850c94d34a3b572283df3776607a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Tue, 23 Jun 2015 17:38:49 +0200 Subject: [PATCH] bump version, add change log file with reference to releases --- CHANGELOG.md | 3 +++ README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2ecc09a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Change Log # + +See [Releases](https://github.com/novoda/bintray-release/releases) for all versions and change log. \ No newline at end of file diff --git a/README.md b/README.md index a26e30c..eb28eb0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.novoda:bintray-release:0.2.11' + classpath 'com.novoda:bintray-release:0.3' } } ``` @@ -36,7 +36,7 @@ publish { userOrg = 'novoda' groupId = 'com.novoda' artifactId = 'bintray-release' - publishVersion = '0.2.11' + publishVersion = '0.3' 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 dd25c80..882842f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,3 @@ allprojects { - version = "0.2.11" + version = "0.3" }