From 10706ba11412da87f579dea3a3452eb2335792bf Mon Sep 17 00:00:00 2001 From: Mohammad Anwar Date: Sun, 6 Oct 2024 18:55:56 +0600 Subject: [PATCH] change: version 0.0.2 --- core/build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 8676c58..e9fc5a2 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -13,9 +13,6 @@ plugins { id("com.vanniktech.maven.publish") version "0.29.0" } -group = "com.helloanwar.mvvmate" -version = "0.0.2" - kotlin { @OptIn(ExperimentalWasmDsl::class) wasmJs { @@ -126,7 +123,7 @@ mavenPublishing { coordinates( groupId = "com.helloanwar.mvvmate", artifactId = "core", - version = "0.0.1" + version = "0.0.2" ) // Configure POM metadata for the published artifact