Skip to content

Commit e07157f

Browse files
committed
up version to 0.3.6
1 parent 2ed3b7d commit e07157f

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
@@ -18,7 +18,7 @@ pluginManagement {
1818
// build.gradle.kts
1919
plugins {
2020
id("com.android.library")
21-
id("io.deepmedia.tools.grease") version "0.3.5"
21+
id("io.deepmedia.tools.grease") version "0.3.6"
2222
}
2323
```
2424

grease/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.deepmedia.tools"
10-
version = "0.3.5"
10+
version = "0.3.6"
1111

1212
testing {
1313
suites {

0 commit comments

Comments
 (0)