version bump 0.4 (incompatible with 0.3!)

This commit is contained in:
Sergey Chernov 2024-06-25 10:40:59 +07:00
parent 720532e14d
commit a6c7dafb70
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@ bin/
# Other # Other
.kotlin .kotlin
.idea .idea
/kotlin-js-store/yarn.lock

View File

@ -5,7 +5,7 @@ plugins {
} }
group = "net.sergeych" group = "net.sergeych"
version = "0.3.1-SNAPSHOT" version = "0.4.1-SNAPSHOT"
repositories { repositories {
mavenCentral() mavenCentral()
@ -20,7 +20,7 @@ kotlin {
browser() browser()
} }
linuxX64() linuxX64()
// linuxArm64() linuxArm64()
// macosX64() // macosX64()
// macosArm64() ?: break // macosArm64() ?: break