@@ -27,7 +27,7 @@ To install Mapbox Navigation using [CocoaPods](https://cocoapods.org/):
2727
28281 . Specify the following dependency in your Podfile:
2929 ``` ruby
30- pod ' MapboxNavigation' , ' ~> 0.6.0 '
30+ pod ' MapboxNavigation' , ' ~> 0.6.1 '
3131 ```
32321 . Run ` pod install ` and open the resulting Xcode workspace.
3333
@@ -37,7 +37,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/
3737
38381 . Specify the following dependency in your Cartfile:
3939 ``` cartfile
40- github "mapbox/mapbox-navigation-ios" ~> 0.6.0
40+ github "mapbox/mapbox-navigation-ios" ~> 0.6.1
4141 ```
4242
43431 . Run ` carthage update --platform iOS ` to build just the iOS dependencies.
@@ -153,7 +153,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):
153153
1541541 . Specify the following dependency in your Podfile:
155155 ``` ruby
156- pod ' MapboxCoreNavigation' , ' ~> 0.6.0 '
156+ pod ' MapboxCoreNavigation' , ' ~> 0.6.1 '
157157 ```
158158
1591591 . Run ` pod install ` and open the resulting Xcode workspace.
@@ -164,7 +164,7 @@ Alternatively, to install Mapbox Core Navigation using [Carthage](https://github
164164
1651651 . Specify the following dependency in your Cartfile:
166166 ``` cartfile
167- github "mapbox/mapbox-navigation-ios" ~> 0.6.0
167+ github "mapbox/mapbox-navigation-ios" ~> 0.6.1
168168 ```
169169
1701701 . Run ` carthage update --platform iOS ` to build just the iOS dependencies.
0 commit comments