From 025a95972b7d9d5584762f64a28dba4924f68db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=93=AD=E6=9D=B0?= Date: Thu, 28 Mar 2024 19:35:29 +0800 Subject: [PATCH] feat:Release Version 0.33.6 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 517b368a..68ebc725 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ repositories { } dependencies { - implementation "io.github.kevinnzou:compose-webview:0.33.4" + implementation "io.github.kevinnzou:compose-webview:0.33.6" } ``` diff --git a/gradle.properties b/gradle.properties index cdf8d090..557c8805 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ android.nonTransitiveRClass=true GROUP=io.github.kevinnzou POM_ARTIFACT_ID=compose-webview -VERSION_NAME=0.33.4 +VERSION_NAME=0.33.6 POM_NAME=Compose WebView POM_INCEPTION_YEAR=2024