Skip to content

Commit

Permalink
v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed May 16, 2019
1 parent 0c3e18b commit 996a1d2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions custom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 996a1d2

Please sign in to comment.