diff --git a/README.md b/README.md index 778ea7735..8caa604aa 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.12.0' + ext.booster_version = '0.13.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.12.0' + ext.booster_version = '0.13.0' repositories { google() mavenCentral() diff --git a/build.gradle b/build.gradle index 97572cb12..a354bbb6c 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { project -> apply plugin: 'signing' group = 'com.didiglobal.booster' - version = '0.12.0' + version = '0.13.0' repositories { mavenLocal()