From f79231af0444edeabe06ca1e33f885aca66068aa Mon Sep 17 00:00:00 2001 From: Vincent Guillebaud Date: Thu, 18 Jul 2024 19:38:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update dependencies to 0.7.0 and set the version name in gradle.properties. --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5b9a5a..c961139 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ repositories { dependencies { // Enables FileKit without Compose dependencies - implementation("io.github.vinceglb:filekit-core:0.6.3") + implementation("io.github.vinceglb:filekit-core:0.7.0") // Enables FileKit with Composable utilities - implementation("io.github.vinceglb:filekit-compose:0.6.3") + implementation("io.github.vinceglb:filekit-compose:0.7.0") } ``` diff --git a/gradle.properties b/gradle.properties index dceb931..4f6aeb3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ RELEASE_SIGNING_ENABLED=true # Lib GROUP=io.github.vinceglb -VERSION_NAME=0.7.0-SNAPSHOT +VERSION_NAME=0.7.0 POM_NAME=FileKit POM_DESCRIPTION=Files, Media, Folder Picker and File saver library for Kotlin Multiplatform and Compose Multiplatform