diff --git a/README.md b/README.md index 07215dfc..9f980d74 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ kotlin { commonMain { dependencies { // use api since the desktop app need to access the Cef to initialize it. - api("io.github.kevinnzou:compose-webview-multiplatform:1.7.2") + api("io.github.kevinnzou:compose-webview-multiplatform:1.7.4") } } } diff --git a/gradle.properties b/gradle.properties index 99f566c0..e546f544 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ compose.version=1.5.10 GROUP=io.github.kevinnzou POM_ARTIFACT_ID=compose-webview-multiplatform -VERSION_NAME=1.7.2 +VERSION_NAME=1.7.4 POM_NAME=Compose WebView Multiplatform POM_INCEPTION_YEAR=2023