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
|
# Other
|
||||||
.kotlin
|
.kotlin
|
||||||
.idea
|
.idea
|
||||||
|
/kotlin-js-store/yarn.lock
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user