From 285a6d34bb5c3cb9d1bcadb50ced9117faa5e531 Mon Sep 17 00:00:00 2001 From: johnsonlee Date: Sun, 9 Jun 2019 21:13:22 +0800 Subject: [PATCH] Release version 0.12.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b9ebd3b4..778ea7735 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.11.0' + ext.booster_version = '0.12.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.11.0' + ext.booster_version = '0.12.0' repositories { google() mavenCentral() diff --git a/build.gradle b/build.gradle index e3b6336c7..97572cb12 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { project -> apply plugin: 'signing' group = 'com.didiglobal.booster' - version = '0.11.0' + version = '0.12.0' repositories { mavenLocal()