From 996a1d2270b56094d26b14db6013dae7d20b1bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 16 May 2019 09:36:41 -0700 Subject: [PATCH] v0.33.0 --- CHANGELOG.md | 2 +- MapboxCoreNavigation.podspec | 2 +- MapboxNavigation-Documentation.podspec | 2 +- README.md | 4 ++-- custom-navigation.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf25b5173d..bc3fdf45741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changes to the Mapbox Navigation SDK for iOS -## master +## v0.33.0 * Restored the compass to `CarPlayNavigationViewController`, now displaying a digital readout of the direction of travel, represented by the `CarPlayCompassView` class. ([#2077](https://github.com/mapbox/mapbox-navigation-ios/pull/2077)) diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec index ef3b51eed24..a0e54ec7d90 100644 --- a/MapboxCoreNavigation.podspec +++ b/MapboxCoreNavigation.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MapboxCoreNavigation" - s.version = "0.32.0" + s.version = "0.33.0" s.summary = "Core components for turn-by-turn navigation on iOS." s.description = <<-DESC diff --git a/MapboxNavigation-Documentation.podspec b/MapboxNavigation-Documentation.podspec index 97efc959cdd..8c61fb0efde 100644 --- a/MapboxNavigation-Documentation.podspec +++ b/MapboxNavigation-Documentation.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MapboxNavigation-Documentation" - s.version = "0.32.0" + s.version = "0.33.0" s.summary = "Complete turn-by-turn navigation interface for iOS." s.description = <<-DESC diff --git a/README.md b/README.md index 5822a2ac5cd..93042d71643 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To install Mapbox Navigation using [CocoaPods](https://cocoapods.org/): 1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification: ```ruby - pod 'MapboxNavigation', '~> 0.32.0' + pod 'MapboxNavigation', '~> 0.33.0' ``` 1. Run `pod repo update && pod install` and open the resulting Xcode workspace. @@ -49,7 +49,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/ 1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency: ```cartfile - github "mapbox/mapbox-navigation-ios" ~> 0.32 + github "mapbox/mapbox-navigation-ios" ~> 0.33 ``` 1. Run `carthage update --platform iOS` to build just the iOS dependencies. diff --git a/custom-navigation.md b/custom-navigation.md index 0c9ac45707d..4e5cb683188 100644 --- a/custom-navigation.md +++ b/custom-navigation.md @@ -20,7 +20,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/): 1. Specify the following dependency in your Podfile: ```ruby - pod 'MapboxCoreNavigation', '~> 0.32.0' + pod 'MapboxCoreNavigation', '~> 0.33.0' ``` 1. Run `pod install` and open the resulting Xcode workspace. @@ -31,7 +31,7 @@ Alternatively, to install Mapbox Core Navigation using [Carthage](https://github 1. Specify the following dependency in your Cartfile: ```cartfile - github "mapbox/mapbox-navigation-ios" ~> 0.32 + github "mapbox/mapbox-navigation-ios" ~> 0.33 ``` 1. Run `carthage update --platform iOS` to build just the iOS dependencies.