From a397f00d93aed1133b7dbfb42a73cb493e4a11d7 Mon Sep 17 00:00:00 2001 From: Vincent Guillebaud Date: Fri, 10 May 2024 11:28:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 960a061..39045f8 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ repositories { dependencies { // Enables Picker without Compose dependencies - implementation("io.github.vinceglb:picker-core:0.3.0") + implementation("io.github.vinceglb:picker-core:0.3.1") // Enables Picker with Composable utilities - implementation("io.github.vinceglb:picker-compose:0.3.0") + implementation("io.github.vinceglb:picker-compose:0.3.1") } ``` diff --git a/gradle.properties b/gradle.properties index 2a926a4..6637bab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ RELEASE_SIGNING_ENABLED=true # Lib GROUP=io.github.vinceglb -VERSION_NAME=0.3.0 +VERSION_NAME=0.3.1 POM_NAME=Picker Kotlin POM_DESCRIPTION=File, Medias and Folder Picker for Kotlin Multiplatform and Compose Multiplatform