Skip to content

Commit 619ed06

Browse files
committed
🔖 Version 0.8.2
1 parent f6c2f02 commit 619ed06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ repositories {
7070
7171
dependencies {
7272
// Enables FileKit without Compose dependencies
73-
implementation("io.github.vinceglb:filekit-core:0.8.1")
73+
implementation("io.github.vinceglb:filekit-core:0.8.2")
7474
7575
// Enables FileKit with Composable utilities
76-
implementation("io.github.vinceglb:filekit-compose:0.8.1")
76+
implementation("io.github.vinceglb:filekit-compose:0.8.2")
7777
}
7878
```
7979

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RELEASE_SIGNING_ENABLED=true
2525

2626
# Lib
2727
GROUP=io.github.vinceglb
28-
VERSION_NAME=0.8.1
28+
VERSION_NAME=0.8.2
2929

3030
POM_NAME=FileKit
3131
POM_DESCRIPTION=Files, Media, Folder Picker and File saver library for Kotlin Multiplatform and Compose Multiplatform

0 commit comments

Comments
 (0)