diff --git a/README.md b/README.md index e3012ac..1b19668 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.8.1") + implementation("io.github.vinceglb:filekit-core:0.8.2") // Enables FileKit with Composable utilities - implementation("io.github.vinceglb:filekit-compose:0.8.1") + implementation("io.github.vinceglb:filekit-compose:0.8.2") } ``` diff --git a/gradle.properties b/gradle.properties index 6170d99..c7b5230 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ RELEASE_SIGNING_ENABLED=true # Lib GROUP=io.github.vinceglb -VERSION_NAME=0.8.1 +VERSION_NAME=0.8.2 POM_NAME=FileKit POM_DESCRIPTION=Files, Media, Folder Picker and File saver library for Kotlin Multiplatform and Compose Multiplatform