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