Skip to content

Commit

Permalink
update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Mar 20, 2024
1 parent 81e610b commit f8d8532
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ plugins {
}

group = "io.github.sunny-chung"
version = "0.6.3"
version = "1.0.0"

val isGitHubActionsCICD = project.hasProperty("CICD") && project.property("CICD") == "GitHubActions"
if (isGitHubActionsCICD) {
Expand Down

0 comments on commit f8d8532

Please sign in to comment.