Versioning

This commit is contained in:
Rukira 2026-03-04 16:02:28 +00:00
parent ecdbd5cfeb
commit 910fbc3497
3 changed files with 4 additions and 3 deletions

View file

@ -34,7 +34,7 @@ kotlin {
}
}
val appVersion = "0.1.0"
val appVersion = "1.0.0"
val generatedSrcDir = layout.buildDirectory.dir("generated/src/jvmMain/kotlin")