Skip to content

Commit 2ca2e1e

Browse files
Merge pull request #177 from geoadmin/release/3.1.1
Prepare for Release 3.1.1
2 parents 6ed8f06 + e8133dd commit 2ca2e1e

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Open Swiss Maps SDK
22

3+
## Version 3.1.1
4+
- Update [mapscore to 3.1.1](https://github.com/openmobilemaps/maps-core/releases/tag/3.1.1)
5+
36
## Version 3.1.0
47
- Update [mapscore to 3.1.0](https://github.com/openmobilemaps/maps-core/releases/tag/3.1.0)
58
- Update [gps-layer to 3.1.0](https://github.com/openmobilemaps/layer-gps/releases/tag/3.1.0)

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/openmobilemaps/maps-core", from: "3.1.0"),
25+
.package(url: "https://github.com/openmobilemaps/maps-core", from: "3.1.1"),
2626
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "3.1.0")
2727
],
2828
targets: [

android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
To add the OpenSwissMaps SDK to your Android project, add the following line to your build.gradle
4242
```
4343
dependencies {
44-
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:3.1.0'
44+
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:3.1.1'
4545
}
4646
```
4747
Make sure you have mavenCentral() listed in your project repositories.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dependencies {
189189
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
190190
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
191191

192-
api "io.openmobilemaps:mapscore:3.1.0"
192+
api "io.openmobilemaps:mapscore:3.1.1"
193193
api "io.openmobilemaps:layer-gps:3.1.0"
194194
implementation "ch.ubique.android:djinni-support-lib:1.0.9"
195195

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android.enableR8.fullMode=false
2929
GROUP=ch.admin.geo.openswissmaps
3030
POM_ARTIFACT_ID=openswissmaps-sdk
3131

32-
VERSION_NAME=3.1.0
33-
VERSION_CODE=3010000
32+
VERSION_NAME=3.1.1
33+
VERSION_CODE=3010100
3434

3535
PUBLISH_VARIANT=release
3636

ios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once you have your Swift package set up, adding Open Mobile Maps as a dependency
4848

4949
```swift
5050
dependencies: [
51-
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "3.1.0"))
51+
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "3.1.1"))
5252
]
5353
```
5454

0 commit comments

Comments
 (0)