diff --git a/lynglib/build.gradle.kts b/lynglib/build.gradle.kts index daf1234..456a8ff 100644 --- a/lynglib/build.gradle.kts +++ b/lynglib/build.gradle.kts @@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl import org.jetbrains.kotlin.gradle.dsl.JvmTarget group = "net.sergeych" -version = "1.5.0-SNAPSHOT" +version = "1.5.0-RC" // Removed legacy buildscript classpath declarations; plugins are applied via the plugins DSL below