Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 22, 2024
1 parent 1062e73 commit 29baa60
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 @@ -36,10 +36,10 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:geo:0.6.0")
commonMainApi("dev.icerock.moko:geo:0.7.0")
// Compose Multiplatform
commonMainApi("dev.icerock.moko:geo-compose:0.6.0")
commonMainApi("dev.icerock.moko:geo-compose:0.7.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ composeJetBrainsVersion = "1.6.11"
mokoParcelizeVersion = "0.9.0"
mokoPermissionsVersion = "0.18.0"
mokoMvvmVersion = "0.16.1"
mokoGeoVersion = "0.6.0"
mokoGeoVersion = "0.7.0"
mokoResourcesVersion = "0.24.1"

[libraries]
Expand Down

0 comments on commit 29baa60

Please sign in to comment.