Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite committed Oct 21, 2024
1 parent b8ab2f5 commit 74ebcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eungabi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ val androidSourceJar by tasks.registering(Jar::class) {

val GROUP_ID = "io.github.easternkite"
val ARTIFACT_ID = "eungabi"
val VERSION = "0.1.0-alpha01"
val VERSION = "0.2.0"

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

0 comments on commit 74ebcf2

Please sign in to comment.