release: bump version to 0.1.0

This commit is contained in:
2026-04-28 16:38:07 +02:00
parent fc0114e02c
commit 15e6b9692b
7 changed files with 7 additions and 7 deletions
@@ -11,7 +11,7 @@ val hytaleServerVersion = libs.versions.hytaleServer.get()
dependencies {
compileOnly(libs.hytale.server)
implementation("com.mythlane:async:0.1.0-SNAPSHOT")
implementation("com.mythlane:async:0.1.0")
}
kotlin {