Skip to content

Commit 6d56c8f

Browse files
committed
feat:release version 1.9.7
1 parent 197c4d5 commit 6d56c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ kotlin {
571571
commonMain {
572572
dependencies {
573573
// use api since the desktop app need to access the Cef to initialize it.
574-
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.6")
574+
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.7")
575575
}
576576
}
577577
}

gradle.properties

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

0 commit comments

Comments
 (0)