From b9c235e665ea2d3b7cd096e9c6128e97c1d4f00c 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: Mon, 15 Apr 2024 17:04:23 +0200 Subject: [PATCH] Update the stable version 2.18.0 in README (#4632) 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 ebf88addd60..b92fd9cdec3 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.17.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.18.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.17.0") +.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.18.0") // Latest prerelease .package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.18.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.17' - pod 'MapboxNavigation', '~> 2.17' + pod 'MapboxCoreNavigation', '~> 2.18' + pod 'MapboxNavigation', '~> 2.18' # Latest prerelease pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.18.0-beta.1' pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.18.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.17 + github "mapbox/mapbox-navigation-ios" ~> 2.18 # Latest prerelease github "mapbox/mapbox-navigation-ios" "v2.18.0-beta.1" ``` diff --git a/custom-navigation.md b/custom-navigation.md index 27f3ec51253..fa4374331d8 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.17.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.18.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.17.0") +.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.18.0") // Latest prerelease .package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.18.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.17' + pod 'MapboxCoreNavigation', '~> 2.18' # Latest prerelease pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.18.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.17 + github "mapbox/mapbox-navigation-ios" ~> 2.18 # Latest prerelease github "mapbox/mapbox-navigation-ios" "v2.18.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.17.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.18.0` as the minimum version requirement. Click Next.