Skip to content

Commit 20165d3

Browse files
committed
feat:Release Version 1.9.20
1 parent 4cfc74e commit 20165d3

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
@@ -621,7 +621,7 @@ kotlin {
621621
commonMain {
622622
dependencies {
623623
// use api since the desktop app need to access the Cef to initialize it.
624-
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.12")
624+
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.20")
625625
}
626626
}
627627
}

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.12
21+
VERSION_NAME=1.9.20
2222
POM_NAME=Compose WebView Multiplatform
2323
POM_INCEPTION_YEAR=2023
2424
POM_DESCRIPTION=WebView for JetBrains Compose Multiplatform

0 commit comments

Comments
 (0)