Skip to content

Commit

Permalink
Release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Jun 21, 2019
1 parent 9502440 commit 240d401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied:
```groovy
buildscript {
ext.booster_version = '0.15.0'
ext.booster_version = '0.16.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -90,7 +90,7 @@ The integration method above is just for convenience, the best practise of using
```groovy
buildscript {
ext.booster_version = '0.15.0'
ext.booster_version = '0.16.0'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects { project ->
apply plugin: 'signing'

group = 'com.didiglobal.booster'
version = '0.15.0'
version = '0.16.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit 240d401

Please sign in to comment.