Skip to content

Commit b5650e2

Browse files
committed
feat:Release Version 1.9.10
1 parent ce89e8a commit b5650e2

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
@@ -618,7 +618,7 @@ kotlin {
618618
commonMain {
619619
dependencies {
620620
// use api since the desktop app need to access the Cef to initialize it.
621-
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.8")
621+
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.10")
622622
}
623623
}
624624
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compose.version=1.6.1
1818
coroutines.version=1.8.0
1919
GROUP=io.github.kevinnzou
2020
POM_ARTIFACT_ID=compose-webview-multiplatform
21-
VERSION_NAME=1.9.8
21+
VERSION_NAME=1.9.10
2222
POM_NAME=Compose WebView Multiplatform
2323
POM_INCEPTION_YEAR=2023
2424
POM_DESCRIPTION=WebView for JetBrains Compose Multiplatform

0 commit comments

Comments
 (0)