release version bump

This commit is contained in:
Sergey Chernov 2023-09-25 14:35:54 +01:00
parent cef5e06f0b
commit bbb7acad68

View File

@ -9,7 +9,7 @@ val logback_version="1.2.10"
group = "net.sergeych"
version = "0.2.6-SNAPSHOT"
version = "0.2.6"
repositories {
mavenCentral()
@ -34,9 +34,9 @@ kotlin {
}
js(IR) {
browser {
commonWebpackConfig {
cssSupport.enabled = true
}
// commonWebpackConfig {
// cssSupport.enabled = true
// }
testTask {
useMocha {
timeout = "30000"