Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Feb 19, 2023
1 parent e405976 commit f104a5c
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.2.0"
id("rocks.frieler.android.release") version "0.3.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.3.0-SNAPSHOT"
version = "0.3.0"

gradlePlugin {
plugins {
Expand Down

0 comments on commit f104a5c

Please sign in to comment.