Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Sep 6, 2024
1 parent f11d3cf commit 06c0b60
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.3.1"
id("io.deepmedia.tools.grease") version "0.3.2"
}
```

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.3.1"
version = "0.3.2"

gradlePlugin {
plugins {
Expand Down

0 comments on commit 06c0b60

Please sign in to comment.