From ff4873f77bd91505820e6027f1a4a43efc4a7a3d Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-public-1[bot]" <93400552+mapbox-github-ci-writer-public-1[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:22:16 +0300 Subject: [PATCH] Update the stable version 2.17.0 in README (#4561) Co-authored-by: root --- README.md | 10 +++++----- custom-navigation.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 32157dcab12..905ac7b0f6e 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@ To install the MapboxNavigation framework in an application using [Swift Package 1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next. -1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next. To install the MapboxNavigation framework in another package rather than an application, run `swift package init` to create a Package.swift, then add the following dependency: ```swift // Latest stable release -.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.16.0") +.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.17.0") // Latest prerelease .package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.17.0-beta.1")) ``` @@ -72,8 +72,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or 1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification: ```ruby # Latest stable release - pod 'MapboxCoreNavigation', '~> 2.16' - pod 'MapboxNavigation', '~> 2.16' + pod 'MapboxCoreNavigation', '~> 2.17' + pod 'MapboxNavigation', '~> 2.17' # Latest prerelease pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.17.0-beta.1' pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.17.0-beta.1' @@ -101,7 +101,7 @@ To install the MapboxNavigation framework using [Carthage](https://github.com/Ca 1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency: ```cartfile # Latest stable release - github "mapbox/mapbox-navigation-ios" ~> 2.16 + github "mapbox/mapbox-navigation-ios" ~> 2.17 # Latest prerelease github "mapbox/mapbox-navigation-ios" "v2.17.0-beta.1" ``` diff --git a/custom-navigation.md b/custom-navigation.md index 5b56bfc0319..39ba63fde37 100644 --- a/custom-navigation.md +++ b/custom-navigation.md @@ -31,13 +31,13 @@ To install the MapboxCoreNavigation framework in an application using [Swift Pac 1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next. -1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next. To install the MapboxCoreNavigation framework in another package rather than an application, run `swift package init` to create a Package.swift, then add the following dependency: ```swift // Latest stable release -.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.16.0") +.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.17.0") // Latest prerelease .package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.17.0-beta.1")) ``` @@ -57,7 +57,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/): 1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification: ```ruby # Latest stable release - pod 'MapboxCoreNavigation', '~> 2.16' + pod 'MapboxCoreNavigation', '~> 2.17' # Latest prerelease pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.17.0-beta.1' ``` @@ -86,7 +86,7 @@ To install Mapbox Navigation using [Carthage](https://github.com/Carthage/Cartha 1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency: ```cartfile # Latest stable release - github "mapbox/mapbox-navigation-ios" ~> 2.16 + github "mapbox/mapbox-navigation-ios" ~> 2.17 # Latest prerelease github "mapbox/mapbox-navigation-ios" "v2.17.0-beta.1" ``` @@ -111,4 +111,4 @@ To install the MapboxCoreNavigation framework using [Swift Package Manager](http 1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next. -1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.