Skip to content

Commit

Permalink
prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stmitt committed Jul 18, 2024
1 parent 5c834f4 commit 48d7686
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for Open Mobile Maps

## Version 2.3.0
- Update and adjust to [mapscore 2.3.0](https://github.com/openmobilemaps/maps-core/releases/tag/2.3.0)

## Version 2.1.0 (26.03.2024)
- Update and adjust to [mapscore 2.2.0](https://github.com/openmobilemaps/maps-core/releases/tag/2.2.0)

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/openmobilemaps/maps-core.git",
"state": {
"branch": null,
"revision": "ba0a088cd692b3d33714a961da2ffdfc854d5e48",
"version": "2.2.0"
"revision": "9af34563358f90ced1f3d531375af1d7775bf0dd",
"version": "2.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.2.0"),
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.3.0"),
.package(url: "https://github.com/UbiqueInnovation/ubkit-ios", from: "1.8.1"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This module is designed to be used together with Open Mobile Maps maps-core.
To add the OpenSwissMaps SDK to your Android project, add the following line to your build.gradle

```groovy
implementation 'io.openmobilemaps:layer-gps:2.2.0'
implementation 'io.openmobilemaps:layer-gps:2.3.0'
```

Make sure you have mavenCentral() listed in your project repositories.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'com.google.android.gms:play-services-location:21.1.0'

api 'io.openmobilemaps:mapscore:2.2.0'
api 'io.openmobilemaps:mapscore:2.3.0'
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 @@ -31,8 +31,8 @@ SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/

GROUP=io.openmobilemaps
POM_ARTIFACT_ID=layer-gps
VERSION_NAME=2.2.0
VERSION_CODE=2020000
VERSION_NAME=2.3.0
VERSION_CODE=2030000
PUBLISH_VARIANT=release

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

```swift
dependencies: [
.package(url: "https://github.com/openmobilemaps/layer-gps.git", .upToNextMajor(from: "2.2.0"))
.package(url: "https://github.com/openmobilemaps/layer-gps.git", .upToNextMajor(from: "2.3.0"))
]
```

Expand Down

0 comments on commit 48d7686

Please sign in to comment.