diff --git a/Examples/Objective-CTests/Info.plist b/Examples/Objective-CTests/Info.plist
index 36a781ae9..d1f6de706 100644
--- a/Examples/Objective-CTests/Info.plist
+++ b/Examples/Objective-CTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleVersion
34
diff --git a/Examples/SwiftTests/Info.plist b/Examples/SwiftTests/Info.plist
index 36a781ae9..d1f6de706 100644
--- a/Examples/SwiftTests/Info.plist
+++ b/Examples/SwiftTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleVersion
34
diff --git a/MapboxCoreNavigation/Info.plist b/MapboxCoreNavigation/Info.plist
index c288c5305..f0ae11edb 100644
--- a/MapboxCoreNavigation/Info.plist
+++ b/MapboxCoreNavigation/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleVersion
34
NSPrincipalClass
diff --git a/MapboxCoreNavigationTests/Info.plist b/MapboxCoreNavigationTests/Info.plist
index e16c4d225..69e11b89f 100644
--- a/MapboxCoreNavigationTests/Info.plist
+++ b/MapboxCoreNavigationTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
NSLocationWhenInUseUsageDescription
Location Usage Description
NSLocationAlwaysAndWhenInUseUsageDescription
diff --git a/MapboxNavigation/Info.plist b/MapboxNavigation/Info.plist
index c288c5305..f0ae11edb 100644
--- a/MapboxNavigation/Info.plist
+++ b/MapboxNavigation/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleVersion
34
NSPrincipalClass
diff --git a/MapboxNavigationTests/Info.plist b/MapboxNavigationTests/Info.plist
index 76095c552..c089e1b16 100644
--- a/MapboxNavigationTests/Info.plist
+++ b/MapboxNavigationTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
NSLocationAlwaysAndWhenInUseUsageDescription
Location Usage Description
NSLocationWhenInUseUsageDescription
diff --git a/README.md b/README.md
index 082d2db7a..5e2c70295 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,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 "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.2
+ github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.3
```
1. Run `carthage update --platform iOS` to build just the iOS dependencies.
diff --git a/RouteTest/Info.plist b/RouteTest/Info.plist
index 0c4562d47..cd1c4c3c7 100644
--- a/RouteTest/Info.plist
+++ b/RouteTest/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleVersion
34
LSRequiresIPhoneOS
diff --git a/custom-navigation.md b/custom-navigation.md
index b46e5be5e..6845958f5 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', '~> 1.0.2'
+ pod 'MapboxCoreNavigation', '~> 1.0.3'
```
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" ~> 1.0.2
+ github "mapbox/mapbox-navigation-ios" ~> 1.0.3
```
1. Run `carthage update --platform iOS` to build just the iOS dependencies.