Skip to content

Commit

Permalink
📝 Update library version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Apr 26, 2024
1 parent 97bd448 commit f8cbe6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ repositories {
dependencies {
// Enables Picker without Compose dependencies
implementation("io.github.vinceglb:picker-core:0.2.0")
implementation("io.github.vinceglb:picker-core:0.2.1")
// Enables Picker with rememberPickerLauncher Composable
implementation("io.github.vinceglb:picker-compose:0.2.0")
implementation("io.github.vinceglb:picker-compose:0.2.1")
}
```

Expand Down

0 comments on commit f8cbe6e

Please sign in to comment.