Skip to content

Commit 7a03c26

Browse files
committed
feat:Release Version 1.8.8
1 parent b2ad870 commit 7a03c26

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
@@ -506,7 +506,7 @@ kotlin {
506506
commonMain {
507507
dependencies {
508508
// use api since the desktop app need to access the Cef to initialize it.
509-
api("io.github.kevinnzou:compose-webview-multiplatform:1.8.6")
509+
api("io.github.kevinnzou:compose-webview-multiplatform:1.8.8")
510510
}
511511
}
512512
}

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.8.6
25+
VERSION_NAME=1.8.8
2626

2727
POM_NAME=Compose WebView Multiplatform
2828
POM_INCEPTION_YEAR=2023

0 commit comments

Comments
 (0)