Skip to content

Commit 24f798c

Browse files
Merge pull request #188 from geoadmin/release/3.3.1
Release 3.3.1
2 parents 63c7273 + cc90273 commit 24f798c

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

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

3+
## Version 3.3.1
4+
- Update [mapscore to 3.3.1](https://github.com/openmobilemaps/maps-core/releases/tag/3.3.1)
5+
- Update [gps-layer to 3.3.1](https://github.com/openmobilemaps/layer-gps/releases/tag/3.3.1)
6+
37
## Version 3.3.0
48
- Update [mapscore to 3.3.0](https://github.com/openmobilemaps/maps-core/releases/tag/3.3.0)
59

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/openmobilemaps/maps-core", from: "3.3.0"),
26-
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "3.3.0")
25+
.package(url: "https://github.com/openmobilemaps/maps-core", from: "3.3.1"),
26+
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "3.3.1")
2727
],
2828
targets: [
2929
.target(

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.3.0'
44+
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:3.3.1'
4545
}
4646
```
4747
Make sure you have mavenCentral() listed in your project repositories.

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ 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.3.0"
191-
api "io.openmobilemaps:layer-gps:3.3.0"
190+
api "io.openmobilemaps:mapscore:3.3.1"
191+
api "io.openmobilemaps:layer-gps:3.3.1"
192192
implementation "ch.ubique.android:djinni-support-lib:1.1.1"
193193

194194
testImplementation 'junit:junit:4.13.2'

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

0 commit comments

Comments
 (0)