Skip to content

Commit c1104c4

Browse files
committed
feat:Release Version 1.8.4
1 parent 27640b9 commit c1104c4

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
@@ -499,7 +499,7 @@ kotlin {
499499
commonMain {
500500
dependencies {
501501
// use api since the desktop app need to access the Cef to initialize it.
502-
api("io.github.kevinnzou:compose-webview-multiplatform:1.8.2")
502+
api("io.github.kevinnzou:compose-webview-multiplatform:1.8.4")
503503
}
504504
}
505505
}

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.2
25+
VERSION_NAME=1.8.4
2626

2727
POM_NAME=Compose WebView Multiplatform
2828
POM_INCEPTION_YEAR=2023

0 commit comments

Comments
 (0)