Skip to content

Commit af895b6

Browse files
committed
feat:Publish version 1.9.2
1 parent b718acb commit af895b6

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.0")
517+
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.2")
518518
}
519519
}
520520
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ compose.version=1.5.10
2222

2323
GROUP=io.github.kevinnzou
2424
POM_ARTIFACT_ID=compose-webview-multiplatform
25-
VERSION_NAME=1.9.0
25+
VERSION_NAME=1.9.2
2626

2727
POM_NAME=Compose WebView Multiplatform
2828
POM_INCEPTION_YEAR=2023

0 commit comments

Comments
 (0)