Skip to content

Commit 8d42b85

Browse files
committed
v0.11.0-rc.1
1 parent f8081f8 commit 8d42b85

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
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.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>12</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.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>12</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.1"
6+
s.version = "0.11.0-rc.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.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>12</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.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>12</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.1"
6+
s.version = "0.11.0-rc.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.1"
6+
s.version = "0.11.0-rc.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
@@ -1846,7 +1846,7 @@
18461846
DEFINES_MODULE = YES;
18471847
DEVELOPMENT_TEAM = GJZR2MEM28;
18481848
DYLIB_COMPATIBILITY_VERSION = 1;
1849-
DYLIB_CURRENT_VERSION = 11;
1849+
DYLIB_CURRENT_VERSION = 12;
18501850
DYLIB_INSTALL_NAME_BASE = "@rpath";
18511851
FRAMEWORK_SEARCH_PATHS = (
18521852
"$(inherited)",
@@ -1873,7 +1873,7 @@
18731873
DEFINES_MODULE = YES;
18741874
DEVELOPMENT_TEAM = GJZR2MEM28;
18751875
DYLIB_COMPATIBILITY_VERSION = 1;
1876-
DYLIB_CURRENT_VERSION = 11;
1876+
DYLIB_CURRENT_VERSION = 12;
18771877
DYLIB_INSTALL_NAME_BASE = "@rpath";
18781878
FRAMEWORK_SEARCH_PATHS = (
18791879
"$(inherited)",
@@ -2116,7 +2116,7 @@
21162116
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21172117
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21182118
COPY_PHASE_STRIP = NO;
2119-
CURRENT_PROJECT_VERSION = 11;
2119+
CURRENT_PROJECT_VERSION = 12;
21202120
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21212121
ENABLE_STRICT_OBJC_MSGSEND = YES;
21222122
ENABLE_TESTABILITY = YES;
@@ -2178,7 +2178,7 @@
21782178
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21792179
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21802180
COPY_PHASE_STRIP = NO;
2181-
CURRENT_PROJECT_VERSION = 11;
2181+
CURRENT_PROJECT_VERSION = 12;
21822182
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21832183
ENABLE_NS_ASSERTIONS = NO;
21842184
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2211,7 +2211,7 @@
22112211
DEFINES_MODULE = YES;
22122212
DEVELOPMENT_TEAM = GJZR2MEM28;
22132213
DYLIB_COMPATIBILITY_VERSION = 1;
2214-
DYLIB_CURRENT_VERSION = 11;
2214+
DYLIB_CURRENT_VERSION = 12;
22152215
DYLIB_INSTALL_NAME_BASE = "@rpath";
22162216
FRAMEWORK_SEARCH_PATHS = (
22172217
"$(inherited)",
@@ -2238,7 +2238,7 @@
22382238
DEFINES_MODULE = YES;
22392239
DEVELOPMENT_TEAM = GJZR2MEM28;
22402240
DYLIB_COMPATIBILITY_VERSION = 1;
2241-
DYLIB_CURRENT_VERSION = 11;
2241+
DYLIB_CURRENT_VERSION = 12;
22422242
DYLIB_INSTALL_NAME_BASE = "@rpath";
22432243
FRAMEWORK_SEARCH_PATHS = (
22442244
"$(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.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>12</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.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>11</string>
20+
<string>12</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)