diff --git a/Example/Info.plist b/Example/Info.plist
index b425a6b810f..6d63233adcf 100644
--- a/Example/Info.plist
+++ b/Example/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
LSApplicationCategoryType
LSRequiresIPhoneOS
diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec
index 3c5ff112942..6197cd33fda 100644
--- a/MapboxCoreNavigation.podspec
+++ b/MapboxCoreNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxCoreNavigation"
- s.version = '2.19.0-beta.1'
+ s.version = '2.19.0'
s.summary = "Core components for turn-by-turn navigation on iOS."
s.description = <<-DESC
diff --git a/MapboxNavigation-SPM.xcodeproj/project.pbxproj b/MapboxNavigation-SPM.xcodeproj/project.pbxproj
index d67187b1c16..f47ba143240 100644
--- a/MapboxNavigation-SPM.xcodeproj/project.pbxproj
+++ b/MapboxNavigation-SPM.xcodeproj/project.pbxproj
@@ -1100,7 +1100,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1139,7 +1139,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
@@ -1176,7 +1176,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1216,7 +1216,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
@@ -1255,7 +1255,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1297,7 +1297,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_TEAM = GJZR2MEM28;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1336,7 +1336,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1370,7 +1370,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_TEAM = GJZR2MEM28;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1476,7 +1476,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -1541,7 +1541,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
diff --git a/MapboxNavigation.podspec b/MapboxNavigation.podspec
index 14ea0ba927c..0c852dbcd89 100644
--- a/MapboxNavigation.podspec
+++ b/MapboxNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxNavigation"
- s.version = '2.19.0-beta.1'
+ s.version = '2.19.0'
s.summary = "Complete turn-by-turn navigation interface for iOS."
s.description = <<-DESC
diff --git a/MapboxNavigation.xcodeproj/project.pbxproj b/MapboxNavigation.xcodeproj/project.pbxproj
index 9ecf0a17b93..3a8c05c0f68 100644
--- a/MapboxNavigation.xcodeproj/project.pbxproj
+++ b/MapboxNavigation.xcodeproj/project.pbxproj
@@ -3862,7 +3862,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3896,7 +3896,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
@@ -3927,7 +3927,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -3955,7 +3955,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -4033,12 +4033,12 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4071,11 +4071,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4130,7 +4130,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -4195,7 +4195,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -4229,7 +4229,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4256,7 +4256,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4325,11 +4325,11 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -4358,10 +4358,10 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 151;
+ CURRENT_PROJECT_VERSION = 152;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 151;
+ DYLIB_CURRENT_VERSION = 152;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
diff --git a/README.md b/README.md
index 2d9769c7b46..c32e4b03a85 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.18.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.19.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.18.0")
+.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.19.0")
// Latest prerelease
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.19.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.18'
- pod 'MapboxNavigation', '~> 2.18'
+ pod 'MapboxCoreNavigation', '~> 2.19'
+ pod 'MapboxNavigation', '~> 2.19'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.19.0-beta.1'
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.19.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.18
+ github "mapbox/mapbox-navigation-ios" ~> 2.19
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.19.0-beta.1"
```
diff --git a/Sources/CarPlayTestHelper/Info.plist b/Sources/CarPlayTestHelper/Info.plist
index 80feb0948a0..070a0198725 100644
--- a/Sources/CarPlayTestHelper/Info.plist
+++ b/Sources/CarPlayTestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
diff --git a/Sources/MapboxCoreNavigation/Info.plist b/Sources/MapboxCoreNavigation/Info.plist
index 3d34108f913..5203e835337 100644
--- a/Sources/MapboxCoreNavigation/Info.plist
+++ b/Sources/MapboxCoreNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
NSPrincipalClass
diff --git a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
index 38bc38a906d..c8f55586d53 100644
--- a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Info.plist b/Sources/MapboxNavigation/Info.plist
index 3d34108f913..5203e835337 100644
--- a/Sources/MapboxNavigation/Info.plist
+++ b/Sources/MapboxNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Resources/MBXInfo.plist b/Sources/MapboxNavigation/Resources/MBXInfo.plist
index 3a01a942516..a65f4bc63aa 100644
--- a/Sources/MapboxNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
NSPrincipalClass
diff --git a/Sources/TestHelper/Info.plist b/Sources/TestHelper/Info.plist
index ee05aa09e8a..8e01aecfd0d 100644
--- a/Sources/TestHelper/Info.plist
+++ b/Sources/TestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.19.0
CFBundleVersion
- 151
+ 152
diff --git a/Tests/CocoaPodsTest/PodInstall/Podfile.lock b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
index e19c04e304e..9628df7bc02 100644
--- a/Tests/CocoaPodsTest/PodInstall/Podfile.lock
+++ b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
@@ -2,7 +2,7 @@ PODS:
- MapboxCommon (23.11.0)
- MapboxCoreMaps (10.19.1):
- MapboxCommon (~> 23.11)
- - MapboxCoreNavigation (2.19.0-beta.1):
+ - MapboxCoreNavigation (2.19.0):
- MapboxDirections (~> 2.14)
- MapboxNavigationNative (< 207.0.0, >= 206.0.1)
- MapboxDirections (2.14.0):
@@ -14,8 +14,8 @@ PODS:
- MapboxMobileEvents (= 2.0.0)
- Turf (= 2.8.0)
- MapboxMobileEvents (2.0.0)
- - MapboxNavigation (2.19.0-beta.1):
- - MapboxCoreNavigation (= 2.19.0-beta.1)
+ - MapboxNavigation (2.19.0):
+ - MapboxCoreNavigation (= 2.19.0)
- MapboxMaps (~> 10.18)
- MapboxSpeech (~> 2.0)
- Solar-dev (~> 3.0)
@@ -52,11 +52,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MapboxCommon: 119f3759f7dc9457f0695848108ab323eb643cb4
MapboxCoreMaps: ca17f67baced23f8c952166ac6314c35bad3f66c
- MapboxCoreNavigation: c26feb2d56acfdbde7ca237b8bb7a9c459d33b2a
+ MapboxCoreNavigation: 3be9990fae3ed732a101001746d0e3b4234ec023
MapboxDirections: 3d468327d3e2ac52ae1be2176004976580cf6fd9
MapboxMaps: b7f29ec7c33f7dc6d2947c1148edce6db81db9a7
MapboxMobileEvents: d044b9edbe0ec7df60f6c2c9634fe9a7f449266b
- MapboxNavigation: 08e931ce1894597f6b8e8241fb6794ffbbfd2a84
+ MapboxNavigation: da9cf3d773ed5b0fa0fb388fccdaa117ee681f31
MapboxNavigationNative: ef4ef55f669336b689a8941388a4b65796d1337b
MapboxSpeech: cd25ef99c3a3d2e0da72620ff558276ea5991a77
Polyline: 2a1f29f87f8d9b7de868940f4f76deb8c678a5b1
@@ -65,4 +65,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: bde8103af0e9b326531ee57cf1fa935cbd5f2e18
-COCOAPODS: 1.15.2
+COCOAPODS: 1.12.0
diff --git a/Tests/MapboxCoreNavigationTests/Info.plist b/Tests/MapboxCoreNavigationTests/Info.plist
index d10051888db..50291b515d4 100644
--- a/Tests/MapboxCoreNavigationTests/Info.plist
+++ b/Tests/MapboxCoreNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationAlwaysAndWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 151
+ 152
diff --git a/Tests/MapboxNavigationTests/Info.plist b/Tests/MapboxNavigationTests/Info.plist
index f77e166e565..d94588ab174 100644
--- a/Tests/MapboxNavigationTests/Info.plist
+++ b/Tests/MapboxNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 151
+ 152
diff --git a/custom-navigation.md b/custom-navigation.md
index dc18d396e87..79df5bd49f5 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.18.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.19.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.18.0")
+.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.19.0")
// Latest prerelease
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.19.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.18'
+ pod 'MapboxCoreNavigation', '~> 2.19'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.19.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.18
+ github "mapbox/mapbox-navigation-ios" ~> 2.19
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.19.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.18.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.19.0` as the minimum version requirement. Click Next.