Skip to content

Commit 57aa532

Browse files
committed
Release version 0.1.5
1 parent d631d14 commit 57aa532

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
@@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied:
5757

5858
```groovy
5959
buildscript {
60-
ext.booster_version = '0.1.4'
60+
ext.booster_version = '0.1.5'
6161
repositories {
6262
google()
6363
mavenCentral()

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects { project ->
1919
apply plugin: 'signing'
2020

2121
group = 'com.didiglobal.booster'
22-
version = '0.1.4'
22+
version = '0.1.5'
2323

2424
repositories {
2525
mavenLocal()

0 commit comments

Comments
 (0)