Skip to content

Commit

Permalink
Update version for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
EsotericEnderman committed Oct 11, 2024
1 parent da3d45e commit 7968426
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 @@ -72,7 +72,7 @@ val projectNameString = rootProject.name
val snakecaseProjectNameString = snakecase(projectNameString)

group = "$topLevelDomain$groupStringSeparator${simplifiedMainProjectAuthorName.lowercase()}"
version = "0.0.4"
version = "0.0.1"

val buildDirectoryString = layout.buildDirectory.toString()

Expand Down

0 comments on commit 7968426

Please sign in to comment.