Skip to content

Commit

Permalink
Update version to 1.0.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite committed Sep 23, 2024
1 parent a32f338 commit ec95e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompose-navhost/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ val androidSourceJar by tasks.registering(Jar::class) {

val GROUP_ID = "io.github.blucky8649"
val ARTIFACT_ID = "decompose-navhost"
val VERSION = "1.0.0-alpha03"
val VERSION = "1.0.0-alpha04"

mavenPublishing {
coordinates(GROUP_ID, ARTIFACT_ID, VERSION)
Expand Down

0 comments on commit ec95e72

Please sign in to comment.