Skip to content

Commit 0606f55

Browse files
committed
Release version 2.3.1
1 parent 56a12d9 commit 0606f55

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
@@ -71,7 +71,7 @@ The best practise of using Booster is integrating the specific moudle to solve t
7171
7272
```groovy
7373
buildscript {
74-
ext.booster_version = '2.3.0'
74+
ext.booster_version = '2.3.1'
7575
repositories {
7676
google()
7777
mavenCentral()

build.gradle

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

3434
group = 'com.didiglobal.booster'
35-
version = '2.3.0'
35+
version = '2.3.1'
3636

3737
repositories {
3838
mavenLocal()

0 commit comments

Comments
 (0)