diff --git a/web/build.gradle.kts b/web/build.gradle.kts index b92eaf9862..32a9892503 100644 --- a/web/build.gradle.kts +++ b/web/build.gradle.kts @@ -1,7 +1,7 @@ import org.gradle.api.publish.PublishingExtension plugins { - id("org.jetbrains.kotlin.multiplatform") version("1.5.0") apply(false) + id("org.jetbrains.kotlin.multiplatform") version("1.5.10") apply(false) } val COMPOSE_WEB_VERSION: String by project diff --git a/web/gradle.properties b/web/gradle.properties index 49b0ea1bc3..d0ebc02beb 100644 --- a/web/gradle.properties +++ b/web/gradle.properties @@ -1,2 +1,2 @@ -COMPOSE_CORE_VERSION = 0.0.11-SNAPSHOT -COMPOSE_WEB_VERSION = 0.0.11-SNAPSHOT +COMPOSE_CORE_VERSION=0.0.12-SNAPSHOT +COMPOSE_WEB_VERSION=0.0.12-SNAPSHOT diff --git a/web/integration-widgets/src/jsMain/resources/index.html b/web/integration-widgets/src/jsMain/resources/index.html index 12b4fd3a64..0872cac78b 100644 --- a/web/integration-widgets/src/jsMain/resources/index.html +++ b/web/integration-widgets/src/jsMain/resources/index.html @@ -43,7 +43,7 @@ - \ No newline at end of file