Skip to content

Commit

Permalink
Release version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Jul 2, 2019
1 parent 4807ce0 commit d1cf746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The plugin can be added to the buildscript classpath and applied:
```groovy
buildscript {
ext.booster_version = '0.19.0'
ext.booster_version = '0.20.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -98,7 +98,7 @@ The integration method above is just for convenience, the best practise of using
```groovy
buildscript {
ext.booster_version = '0.19.0'
ext.booster_version = '0.20.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -229,7 +229,7 @@ About the details, please see [Wiki](../../wiki).

Welcome to contribute by creating issues or sending pull requests. See [Contributing Guideline](./CONTRIBUTING.md).

> 欢迎大家以 issue 或者 pull request 的形式为本项本作贡献。详见 [Contributing Guideline](./CONTRIBUTING.md)
> 欢迎大家以 issue 或者 pull request 的形式为本项目作贡献。详见 [Contributing Guideline](./CONTRIBUTING.md)
## Community

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.19.0'
version = '0.20.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit d1cf746

Please sign in to comment.