Skip to content

Commit 7e95ea3

Browse files
committed
Release v0.3.0
1 parent 1137152 commit 7e95ea3

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.4.0"
21+
id("io.deepmedia.tools.grease") version "0.3.0"
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.4.0"
7+
version = "0.3.0"
88

99
gradlePlugin {
1010
plugins {

0 commit comments

Comments
 (0)