Skip to content

Commit 623938f

Browse files
committed
feat:Release Version 1.7.2
1 parent f2c1d87 commit 623938f

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
@@ -430,7 +430,7 @@ kotlin {
430430
commonMain {
431431
dependencies {
432432
// use api since the desktop app need to access the Cef to initialize it.
433-
api("io.github.kevinnzou:compose-webview-multiplatform:1.7.0")
433+
api("io.github.kevinnzou:compose-webview-multiplatform:1.7.2")
434434
}
435435
}
436436
}

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.7.0
25+
VERSION_NAME=1.7.2
2626

2727
POM_NAME=Compose WebView Multiplatform
2828
POM_INCEPTION_YEAR=2023

0 commit comments

Comments
 (0)