fixed version number

This commit is contained in:
Sergey Chernov 2025-11-27 21:42:42 +01:00
parent cbca8cacb5
commit 26ddb94f5d

View File

@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
group = "net.sergeych"
version = "1.0.4-SNPASHOT"
version = "1.0.4-SNAPSHOT"
// Removed legacy buildscript classpath declarations; plugins are applied via the plugins DSL below