Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Aug 25, 2024
1 parent 1137152 commit 7e95ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {
// build.gradle.kts
plugins {
id("com.android.library")
id("io.deepmedia.tools.grease") version "0.4.0"
id("io.deepmedia.tools.grease") version "0.3.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion grease/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "io.deepmedia.tools"
version = "0.4.0"
version = "0.3.0"

gradlePlugin {
plugins {
Expand Down

0 comments on commit 7e95ea3

Please sign in to comment.