Skip to content

Commit 5e02a32

Browse files
author
Bobby Sudekum
authored
Release v0.10.1 (#861)
1 parent 5a3232e commit 5e02a32

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

Examples/Objective-CTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
</dict>
2222
</plist>

Examples/SwiftTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
</dict>
2222
</plist>

MapboxCoreNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxCoreNavigation"
6-
s.version = "0.10.0"
6+
s.version = "0.10.1"
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

MapboxCoreNavigation/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

MapboxCoreNavigationTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
</dict>
2222
</plist>

MapboxNavigation-Documentation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation-Documentation"
6-
s.version = "0.10.0"
6+
s.version = "0.10.1"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation"
6-
s.version = "0.10.0"
6+
s.version = "0.10.1"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@
18361836
DEFINES_MODULE = YES;
18371837
DEVELOPMENT_TEAM = GJZR2MEM28;
18381838
DYLIB_COMPATIBILITY_VERSION = 1;
1839-
DYLIB_CURRENT_VERSION = 10;
1839+
DYLIB_CURRENT_VERSION = 11;
18401840
DYLIB_INSTALL_NAME_BASE = "@rpath";
18411841
FRAMEWORK_SEARCH_PATHS = (
18421842
"$(inherited)",
@@ -1862,7 +1862,7 @@
18621862
DEFINES_MODULE = YES;
18631863
DEVELOPMENT_TEAM = GJZR2MEM28;
18641864
DYLIB_COMPATIBILITY_VERSION = 1;
1865-
DYLIB_CURRENT_VERSION = 10;
1865+
DYLIB_CURRENT_VERSION = 11;
18661866
DYLIB_INSTALL_NAME_BASE = "@rpath";
18671867
FRAMEWORK_SEARCH_PATHS = (
18681868
"$(inherited)",
@@ -2092,7 +2092,7 @@
20922092
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20932093
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
20942094
COPY_PHASE_STRIP = NO;
2095-
CURRENT_PROJECT_VERSION = 10;
2095+
CURRENT_PROJECT_VERSION = 11;
20962096
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20972097
ENABLE_STRICT_OBJC_MSGSEND = YES;
20982098
ENABLE_TESTABILITY = YES;
@@ -2148,7 +2148,7 @@
21482148
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21492149
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21502150
COPY_PHASE_STRIP = NO;
2151-
CURRENT_PROJECT_VERSION = 10;
2151+
CURRENT_PROJECT_VERSION = 11;
21522152
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21532153
ENABLE_NS_ASSERTIONS = NO;
21542154
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2180,7 +2180,7 @@
21802180
DEFINES_MODULE = YES;
21812181
DEVELOPMENT_TEAM = GJZR2MEM28;
21822182
DYLIB_COMPATIBILITY_VERSION = 1;
2183-
DYLIB_CURRENT_VERSION = 10;
2183+
DYLIB_CURRENT_VERSION = 11;
21842184
DYLIB_INSTALL_NAME_BASE = "@rpath";
21852185
FRAMEWORK_SEARCH_PATHS = (
21862186
"$(inherited)",
@@ -2205,7 +2205,7 @@
22052205
DEFINES_MODULE = YES;
22062206
DEVELOPMENT_TEAM = GJZR2MEM28;
22072207
DYLIB_COMPATIBILITY_VERSION = 1;
2208-
DYLIB_CURRENT_VERSION = 10;
2208+
DYLIB_CURRENT_VERSION = 11;
22092209
DYLIB_INSTALL_NAME_BASE = "@rpath";
22102210
FRAMEWORK_SEARCH_PATHS = (
22112211
"$(inherited)",

MapboxNavigation/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

MapboxNavigationTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.0</string>
18+
<string>0.10.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>10</string>
20+
<string>11</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)