Skip to content

Commit 6286b5c

Browse files
committed
Version 0.8.1
1 parent 4785a90 commit 6286b5c

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.0")
73+
implementation("io.github.vinceglb:filekit-core:0.8.1")
7474
7575
// Enables FileKit with Composable utilities
76-
implementation("io.github.vinceglb:filekit-compose:0.8.0")
76+
implementation("io.github.vinceglb:filekit-compose:0.8.1")
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.0
28+
VERSION_NAME=0.8.1
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)