From 2a480f4205d1fe610206d3d0a9a7f7ea2d21e3df Mon Sep 17 00:00:00 2001 From: johnsonlee Date: Thu, 20 Jun 2019 23:30:19 +0800 Subject: [PATCH] Release version 0.15.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95fda03ea..063538cff 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied: ```groovy buildscript { - ext.booster_version = '0.14.0' + ext.booster_version = '0.15.0' repositories { google() mavenCentral() @@ -90,7 +90,7 @@ The integration method above is just for convenience, the best practise of using ```groovy buildscript { - ext.booster_version = '0.14.0' + ext.booster_version = '0.15.0' repositories { google() mavenCentral() diff --git a/build.gradle b/build.gradle index 3296802d8..c36b30e35 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { project -> apply plugin: 'signing' group = 'com.didiglobal.booster' - version = '0.14.0' + version = '0.15.0' repositories { mavenLocal()