Skip to content

Commit df9f66d

Browse files
committed
update to 0.3.7
1 parent cf849c1 commit df9f66d

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.6"
21+
id("io.deepmedia.tools.grease") version "0.3.7"
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.6"
10+
version = "0.3.7"
1111

1212
testing {
1313
suites {

0 commit comments

Comments
 (0)