Skip to content

Commit

Permalink
increase version number to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stmitt committed Apr 10, 2024
1 parent 4b0868b commit 0e7f44c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Open Swiss Maps SDK

## Version 2.0.6 (08.04.2024)
- update [mapscore to 2.0.6](https://github.com/openmobilemaps/maps-core/releases/tag/2.0.6)
- update [gps-layer to 2.0.6](https://github.com/openmobilemaps/layer-gps/releases/tag/2.0.6)

## Version 2.0.5 (08.04.2024)
- update [mapscore to 2.0.5](https://github.com/openmobilemaps/maps-core/releases/tag/2.0.5)
- update [gps-layer to 2.0.5](https://github.com/openmobilemaps/layer-gps/releases/tag/2.0.5)
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.0.5"),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "2.0.5")
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.0.6"),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "2.0.6")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

api "io.openmobilemaps:mapscore:2.0.5"
api "io.openmobilemaps:layer-gps:2.0.5"
api "io.openmobilemaps:mapscore:2.0.6"
api "io.openmobilemaps:layer-gps:2.0.6"
implementation "ch.ubique.android:djinni-support-lib:1.0.7"

testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android.enableR8.fullMode=false
GROUP=ch.admin.geo.openswissmaps
POM_ARTIFACT_ID=openswissmaps-sdk

VERSION_NAME=2.0.5
VERSION_CODE=2000500
VERSION_NAME=2.0.6
VERSION_CODE=2000600

PUBLISH_VARIANT=release

Expand Down
2 changes: 1 addition & 1 deletion ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Once you have your Swift package set up, adding Open Mobile Maps as a dependency

```swift
dependencies: [
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "2.0.5"))
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "2.0.6"))
]
```

Expand Down

0 comments on commit 0e7f44c

Please sign in to comment.