From 329eff765f82a047debe72da94be5f71626d2f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=93=AD=E6=9D=B0?= Date: Fri, 15 Dec 2023 20:10:53 +0800 Subject: [PATCH] feat:Release Version 1.7.8. --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254fefdc..9f7c203d 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.6") + api("io.github.kevinnzou:compose-webview-multiplatform:1.7.8") } } } diff --git a/gradle.properties b/gradle.properties index 2fbf3632..68f01778 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.6 +VERSION_NAME=1.7.8 POM_NAME=Compose WebView Multiplatform POM_INCEPTION_YEAR=2023