Skip to content

Commit 06c0b60

Browse files
committed
Version 0.3.2
1 parent f11d3cf commit 06c0b60

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.1"
21+
id("io.deepmedia.tools.grease") version "0.3.2"
2222
}
2323
```
2424

grease/build.gradle.kts

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

66
group = "io.deepmedia.tools"
7-
version = "0.3.1"
7+
version = "0.3.2"
88

99
gradlePlugin {
1010
plugins {

0 commit comments

Comments
 (0)