Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Dec 15, 2020
1 parent 8c5db4f commit 7bef4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '3.0.0'
ext.booster_version = '3.1.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 @@ -31,7 +31,7 @@ allprojects { project ->
apply plugin: 'de.marcphilipp.nexus-publish'

group = 'com.didiglobal.booster'
version = '3.1.0-alpha5'
version = '3.1.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit 7bef4fc

Please sign in to comment.