Skip to content

Commit e5654d6

Browse files
committed
Release version 3.3.1
1 parent 965a09f commit e5654d6

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
@@ -73,7 +73,7 @@ The best practise of using Booster is integrating the specific module to solve t
7373
7474
```groovy
7575
buildscript {
76-
ext.booster_version = '3.3.0'
76+
ext.booster_version = '3.3.1'
7777
repositories {
7878
google()
7979
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.3.1-rc3'
34+
version = '3.3.1'
3535

3636
repositories {
3737
mavenLocal()

0 commit comments

Comments
 (0)