Skip to content

Commit 477f957

Browse files
Update the stable version 2.11.0 in README (#4392)
Co-authored-by: root <root@564436e67ef8>
1 parent ea8ef82 commit 477f957

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.10.0` as the minimum version requirement. Click Next.
49+
1. Set Rules to Version, Up to Next Major, and enter `2.11.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.10.0")
55+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.11.0")
5656
// Latest prerelease
5757
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.11.0-beta.3"))
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.10'
76-
pod 'MapboxNavigation', '~> 2.10'
75+
pod 'MapboxCoreNavigation', '~> 2.11'
76+
pod 'MapboxNavigation', '~> 2.11'
7777
# Latest prerelease
7878
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.11.0-beta.3'
7979
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.11.0-beta.3'
@@ -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.10
104+
github "mapbox/mapbox-navigation-ios" ~> 2.11
105105
# Latest prerelease
106106
github "mapbox/mapbox-navigation-ios" "v2.11.0-beta.3"
107107
```

custom-navigation.md

Lines changed: 3 additions & 3 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.10.0` as the minimum version requirement. Click Next.
34+
1. Set Rules to Version, Up to Next Major, and enter `2.11.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.10.0")
40+
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.11.0")
4141
// Latest prerelease
4242
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.11.0-beta.3"))
4343
```
@@ -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.10.0` as the minimum version requirement. Click Next.
114+
1. Set Rules to Version, Up to Next Major, and enter `2.11.0` as the minimum version requirement. Click Next.

0 commit comments

Comments
 (0)