We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdfab3 commit a6424b8Copy full SHA for a6424b8
README.md
@@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied:
57
58
```groovy
59
buildscript {
60
- ext.booster_version = '0.3.0'
+ ext.booster_version = '0.3.1'
61
repositories {
62
google()
63
mavenCentral()
build.gradle
@@ -19,7 +19,7 @@ allprojects { project ->
19
apply plugin: 'signing'
20
21
group = 'com.didiglobal.booster'
22
- version = '0.3.0'
+ version = '0.3.1'
23
24
25
mavenLocal()
0 commit comments