Version 0.3.4 · 0xera/Grease@2a049f6 · GitHub
Skip to content

Commit 2a049f6

Browse files
committed
Version 0.3.4
1 parent eddf91f commit 2a049f6

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions

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

1212
testing {
1313
suites {
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)