version bump 0.4 (incompatible with 0.3!)
This commit is contained in:
parent
720532e14d
commit
a6c7dafb70
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ bin/
|
||||
# Other
|
||||
.kotlin
|
||||
.idea
|
||||
/kotlin-js-store/yarn.lock
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "net.sergeych"
|
||||
version = "0.3.1-SNAPSHOT"
|
||||
version = "0.4.1-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -20,7 +20,7 @@ kotlin {
|
||||
browser()
|
||||
}
|
||||
linuxX64()
|
||||
// linuxArm64()
|
||||
linuxArm64()
|
||||
|
||||
// macosX64()
|
||||
// macosArm64() ?: break
|
||||
|
Loading…
x
Reference in New Issue
Block a user