Skip to content

Commit

Permalink
Merge pull request #188 from openmobilemaps/release/2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
maurhofer-ubique authored Apr 9, 2024
2 parents ea5451e + c658f04 commit 1626baa
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload AAR to Sonatype Nexus
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+**'

jobs:
build:
Expand Down
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.1.0 (26.03.2024)
- update and adjust to [mapscore 2.1.0](https://github.com/openmobilemaps/maps-core/releases/tag/2.1.0)

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

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": "3533a1da35355c4a72034454fab8816f89ec8f0b",
"version": "2.0.5"
"revision": "080fc23ae4738e008e8a6d9917634fe2b1440fbe",
"version": "2.1.0"
}
},
{
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.0.5'
implementation 'io.openmobilemaps:layer-gps:2.1.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.0.5'
api 'io.openmobilemaps:mapscore:2.1.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.0.5
VERSION_CODE=2000500
VERSION_NAME=2.1.0
VERSION_CODE=2010000
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.0.5"))
.package(url: "https://github.com/openmobilemaps/layer-gps.git", .upToNextMajor(from: "2.1.0"))
]
```

Expand Down

0 comments on commit 1626baa

Please sign in to comment.