Skip to content

Commit f310267

Browse files
author
Navigation Native Release Bot
committed
Release 206.1.1
1 parent 1e84ed6 commit f310267

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import PackageDescription
44
import Foundation
55

6-
let version = "206.1.0"
7-
let mapboxCommonVersion = Version("23.9.0")
8-
let checksum = "021027ec0c664fb4c76d08545a68d403fab5c080f06ca2d568121a6e8a17e05e"
6+
let version = "206.1.1"
7+
let mapboxCommonVersion = Version("23.10.0")
8+
let checksum = "e5b2a5c69b0d48815fe82da45c7925d7b01666d383e74d3d14d59b035ab28415"
99

1010
let package = Package(
1111
name: "MapboxNavigationNative",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ machine api.mapbox.com
2121
###### Using SPM Package
2222

2323
```swift
24-
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "206.1.0"),
24+
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "206.1.1"),
2525
```
2626

2727
##### CocoaPods
2828

2929
```ruby
30-
pod 'MapboxNavigationNative', '206.1.0'
30+
pod 'MapboxNavigationNative', '206.1.1'
3131
```
3232

3333
##### Carthage
3434

3535
Add the following code to your Cartfile.
3636

3737
```bash
38-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 206.1.0
38+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 206.1.1
3939
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.10.0
4040
```
4141

Tests/CocoaPods/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '12.0'
22

33
target 'PodInstall' do
4-
pod 'MapboxNavigationNative', '206.1.0'
4+
pod 'MapboxNavigationNative', '206.1.1'
55
end

Tests/SPM/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66
from: 23.10.0
77
url: https://github.com/mapbox/mapbox-common-ios.git
88
MapboxNavigationNative:
9-
from: 206.1.0
9+
from: 206.1.1
1010
url: https://github.com/mapbox/mapbox-navigation-native-ios.git
1111

1212
targets:

0 commit comments

Comments
 (0)