Skip to content

Commit

Permalink
Release 204.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Navigation Native Release Bot committed Apr 11, 2024
1 parent 47ac0e7 commit b1c9d09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import PackageDescription
import Foundation

let version = "204.0.0"
let version = "204.0.1"
let mapboxCommonVersion = Version("23.9.0")
let checksum = "3b7d353aad3c2cb5608c35ec9e879a49fd31039680e7107b771053f251799fc5"
let checksum = "454fa57c54f18c4cc0f62cc114a82e8efbba08423ba30e74f8fba5ca01e21a5e"

let package = Package(
name: "MapboxNavigationNative",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ machine api.mapbox.com
###### Using SPM Package

```swift
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "204.0.0"),
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "204.0.1"),
```

##### CocoaPods

```ruby
pod 'MapboxNavigationNative', '204.0.0'
pod 'MapboxNavigationNative', '204.0.1'
```

##### Carthage

Add the following code to your Cartfile.

```bash
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 204.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 204.0.1
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.9.0
```

Expand Down
2 changes: 1 addition & 1 deletion Tests/CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '11.0'

target 'PodInstall' do
pod 'MapboxNavigationNative', '204.0.0'
pod 'MapboxNavigationNative', '204.0.1'
end
2 changes: 1 addition & 1 deletion Tests/SPM/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
from: 23.9.0
url: https://github.com/mapbox/mapbox-common-ios.git
MapboxNavigationNative:
from: 204.0.0
from: 204.0.1
url: https://github.com/mapbox/mapbox-navigation-native-ios.git

targets:
Expand Down

0 comments on commit b1c9d09

Please sign in to comment.