@@ -20,12 +20,12 @@ FileKit Core provides the fundamental file operations with the `PlatformFile` ab
2020<CodeGroup >
2121
2222``` kotlin build.gradle.kts
23- implementation(" io.github.vinceglb:filekit-core:0.10.0-beta03 " )
23+ implementation(" io.github.vinceglb:filekit-core:0.10.0-beta04 " )
2424```
2525
2626``` toml libs.versions.toml
2727[versions ]
28- filekit = " 0.10.0-beta03 "
28+ filekit = " 0.10.0-beta04 "
2929
3030[libraries ]
3131filekit-core = { module = " io.github.vinceglb:filekit-core" , version.ref = " filekit" }
@@ -44,15 +44,15 @@ FileKit Dialogs helps you display file-related dialogs to users like file picker
4444
4545``` kotlin build.gradle.kts
4646// Enables FileKit dialogs without Compose dependencies
47- implementation(" io.github.vinceglb:filekit-dialogs:0.10.0-beta03 " )
47+ implementation(" io.github.vinceglb:filekit-dialogs:0.10.0-beta04 " )
4848
4949// Enables FileKit dialogs with Composable utilities
50- implementation(" io.github.vinceglb:filekit-dialogs-compose:0.10.0-beta03 " )
50+ implementation(" io.github.vinceglb:filekit-dialogs-compose:0.10.0-beta04 " )
5151```
5252
5353``` toml libs.versions.toml
5454[versions ]
55- filekit = " 0.10.0-beta03 "
55+ filekit = " 0.10.0-beta04 "
5656
5757[libraries ]
5858filekit-dialogs = { module = " io.github.vinceglb:filekit-dialogs" , version.ref = " filekit" }
@@ -70,12 +70,12 @@ FileKit provides a Coil extension to load images from a `PlatformFile` object. T
7070<CodeGroup >
7171
7272``` kotlin build.gradle.kts
73- implementation(" io.github.vinceglb:filekit-coil:0.10.0-beta03 " )
73+ implementation(" io.github.vinceglb:filekit-coil:0.10.0-beta04 " )
7474```
7575
7676``` toml libs.versions.toml
7777[versions ]
78- filekit = " 0.10.0-beta03 "
78+ filekit = " 0.10.0-beta04 "
7979
8080[libraries ]
8181filekit-coil = { module = " io.github.vinceglb:filekit-coil" , version.ref = " filekit" }
0 commit comments