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" group = "net.sergeych"
version = "0.2.6-SNAPSHOT" version = "0.2.6"
repositories { repositories {
mavenCentral() mavenCentral()
@ -34,9 +34,9 @@ kotlin {
} }
js(IR) { js(IR) {
browser { browser {
commonWebpackConfig { // commonWebpackConfig {
cssSupport.enabled = true // cssSupport.enabled = true
} // }
testTask { testTask {
useMocha { useMocha {
timeout = "30000" timeout = "30000"