Skip to content

Commit 17855b3

Browse files
committed
feat:Release version 1.9.4
1 parent e4fad16 commit 17855b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ kotlin {
514514
commonMain {
515515
dependencies {
516516
// use api since the desktop app need to access the Cef to initialize it.
517-
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.2")
517+
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.4")
518518
}
519519
}
520520
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ coroutines.version=1.8.0
2323

2424
GROUP=io.github.kevinnzou
2525
POM_ARTIFACT_ID=compose-webview-multiplatform
26-
VERSION_NAME=1.9.2
26+
VERSION_NAME=1.9.4
2727

2828
POM_NAME=Compose WebView Multiplatform
2929
POM_INCEPTION_YEAR=2023

0 commit comments

Comments
 (0)