Skip to content

Commit 7bef4fc

Browse files
committed
Release version 3.1.0
1 parent 8c5db4f commit 7bef4fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The best practise of using Booster is integrating the specific module to solve t
7272
7373
```groovy
7474
buildscript {
75-
ext.booster_version = '3.0.0'
75+
ext.booster_version = '3.1.0'
7676
repositories {
7777
google()
7878
mavenCentral()

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects { project ->
3131
apply plugin: 'de.marcphilipp.nexus-publish'
3232

3333
group = 'com.didiglobal.booster'
34-
version = '3.1.0-alpha5'
34+
version = '3.1.0'
3535

3636
repositories {
3737
mavenLocal()

0 commit comments

Comments
 (0)