Skip to content

Commit 6d79258

Browse files
Merge pull request #190 from geoadmin/feature/release-3.4.1
Release 3.4.1
2 parents ee45e10 + 3456f4c commit 6d79258

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Open Swiss Maps SDK
22

33
## Version 3.4.0
4-
- Update [mapscore to 3.4.0](https://github.com/openmobilemaps/maps-core/releases/tag/3.4.0)
5-
- Update [gps-layer to 3.4.0](https://github.com/openmobilemaps/layer-gps/releases/tag/3.4.0)
4+
- Update [mapscore to 3.4.1](https://github.com/openmobilemaps/maps-core/releases/tag/3.4.1)
65

76
## Version 3.3.1
87
- Update [mapscore to 3.3.1](https://github.com/openmobilemaps/maps-core/releases/tag/3.3.1)

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.4.0"),
25+
.package(url: "https://github.com/openmobilemaps/maps-core", from: "3.4.1"),
2626
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "3.4.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.4.0'
44+
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:3.4.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
@@ -187,7 +187,7 @@ dependencies {
187187
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.1"
188188
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
189189

190-
api "io.openmobilemaps:mapscore:3.4.0"
190+
api "io.openmobilemaps:mapscore:3.4.1"
191191
api "io.openmobilemaps:layer-gps:3.4.0"
192192
implementation "ch.ubique.android:djinni-support-lib:1.1.1"
193193

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.4.0
33-
VERSION_CODE=3040000
32+
VERSION_NAME=3.4.1
33+
VERSION_CODE=3040100
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.4.0"))
51+
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "3.4.1"))
5252
]
5353
```
5454

0 commit comments

Comments
 (0)