Skip to content

Commit b9c235e

Browse files
Update the stable version 2.18.0 in README (#4632)
Co-authored-by: root <root@3685427eb227>
1 parent 44ece0e commit b9c235e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ To install the MapboxNavigation framework in an application using [Swift Package
4646

4747
1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next.
4848

49-
1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.
49+
1. Set Rules to Version, Up to Next Major, and enter `2.18.0` as the minimum version requirement. Click Next.
5050

5151
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:
5252

5353
```swift
5454
// Latest stable release
55-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.17.0")
55+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.18.0")
5656
// Latest prerelease
5757
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.18.0-beta.1"))
5858
```
@@ -72,8 +72,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
7272
1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
7373
```ruby
7474
# Latest stable release
75-
pod 'MapboxCoreNavigation', '~> 2.17'
76-
pod 'MapboxNavigation', '~> 2.17'
75+
pod 'MapboxCoreNavigation', '~> 2.18'
76+
pod 'MapboxNavigation', '~> 2.18'
7777
# Latest prerelease
7878
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.18.0-beta.1'
7979
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
101101
1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency:
102102
```cartfile
103103
# Latest stable release
104-
github "mapbox/mapbox-navigation-ios" ~> 2.17
104+
github "mapbox/mapbox-navigation-ios" ~> 2.18
105105
# Latest prerelease
106106
github "mapbox/mapbox-navigation-ios" "v2.18.0-beta.1"
107107
```

custom-navigation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ To install the MapboxCoreNavigation framework in an application using [Swift Pac
3131

3232
1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next.
3333

34-
1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.
34+
1. Set Rules to Version, Up to Next Major, and enter `2.18.0` as the minimum version requirement. Click Next.
3535

3636
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:
3737

3838
```swift
3939
// Latest stable release
40-
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.17.0")
40+
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.18.0")
4141
// Latest prerelease
4242
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.18.0-beta.1"))
4343
```
@@ -57,7 +57,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):
5757
1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
5858
```ruby
5959
# Latest stable release
60-
pod 'MapboxCoreNavigation', '~> 2.17'
60+
pod 'MapboxCoreNavigation', '~> 2.18'
6161
# Latest prerelease
6262
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.18.0-beta.1'
6363
```
@@ -86,7 +86,7 @@ To install Mapbox Navigation using [Carthage](https://github.com/Carthage/Cartha
8686
1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency:
8787
```cartfile
8888
# Latest stable release
89-
github "mapbox/mapbox-navigation-ios" ~> 2.17
89+
github "mapbox/mapbox-navigation-ios" ~> 2.18
9090
# Latest prerelease
9191
github "mapbox/mapbox-navigation-ios" "v2.18.0-beta.1"
9292
```
@@ -111,4 +111,4 @@ To install the MapboxCoreNavigation framework using [Swift Package Manager](http
111111

112112
1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next.
113113

114-
1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.
114+
1. Set Rules to Version, Up to Next Major, and enter `2.18.0` as the minimum version requirement. Click Next.

0 commit comments

Comments
 (0)