We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d631d14 commit 57aa532Copy full SHA for 57aa532
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.1.4'
+ ext.booster_version = '0.1.5'
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.1.4'
+ version = '0.1.5'
23
24
25
mavenLocal()
0 commit comments