Skip to content

Commit

Permalink
🔖 Version 0.7.0
Browse files Browse the repository at this point in the history
Update dependencies to 0.7.0 and set the version name in gradle.properties.
  • Loading branch information
vinceglb committed Jul 18, 2024
1 parent 11d132b commit f79231a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ repositories {
dependencies {
// Enables FileKit without Compose dependencies
implementation("io.github.vinceglb:filekit-core:0.6.3")
implementation("io.github.vinceglb:filekit-core:0.7.0")
// Enables FileKit with Composable utilities
implementation("io.github.vinceglb:filekit-compose:0.6.3")
implementation("io.github.vinceglb:filekit-compose:0.7.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RELEASE_SIGNING_ENABLED=true

# Lib
GROUP=io.github.vinceglb
VERSION_NAME=0.7.0-SNAPSHOT
VERSION_NAME=0.7.0

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

0 comments on commit f79231a

Please sign in to comment.