Skip to content

Commit

Permalink
change: version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarpro committed Oct 6, 2024
1 parent cff38b5 commit 10706ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10706ba

Please sign in to comment.