Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Aug 27, 2023
1 parent 3a52760 commit 3d78cec
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 @@ -34,7 +34,7 @@ pluginManagement {
Then in your root 'build.gradle.kts' apply the plugin:
```kotlin
plugins {
id("rocks.frieler.android.release") version "0.3.0"
id("rocks.frieler.android.release") version "0.4.0"
}
```

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

group = "rocks.frieler.android"
version = "0.4.0-SNAPSHOT"
version = "0.4.0"

gradlePlugin {
plugins {
Expand Down

0 comments on commit 3d78cec

Please sign in to comment.