Skip to content

Commit b651e1f

Browse files
Jerrad ThramerJerrad Thramer
authored andcommitted
Releasing v0.22.0
1 parent 45b74c0 commit b651e1f

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to the Mapbox Navigation SDK for iOS
22

3-
## master
3+
## v0.22.0 (October 1, 2018)
44

55
### Packaging
66

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.21.0</string>
18+
<string>0.22.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>34</string>
20+
<string>35</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.21.0</string>
18+
<string>0.22.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>34</string>
20+
<string>35</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.21.0"
6+
s.version = "0.22.0"
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.21.0</string>
18+
<string>0.22.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>34</string>
20+
<string>35</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,12 +15,12 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.21.0</string>
18+
<string>0.22.0</string>
1919
<key>NSLocationWhenInUseUsageDescription</key>
2020
<string>Location Usage Description</string>
2121
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
2222
<string>Location Usage Description</string>
2323
<key>CFBundleVersion</key>
24-
<string>34</string>
24+
<string>35</string>
2525
</dict>
2626
</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.21.0"
6+
s.version = "0.22.0"
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.21.0"
6+
s.version = "0.22.0"
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
@@ -2672,7 +2672,7 @@
26722672
DEFINES_MODULE = YES;
26732673
DEVELOPMENT_TEAM = GJZR2MEM28;
26742674
DYLIB_COMPATIBILITY_VERSION = 1;
2675-
DYLIB_CURRENT_VERSION = 34;
2675+
DYLIB_CURRENT_VERSION = 35;
26762676
DYLIB_INSTALL_NAME_BASE = "@rpath";
26772677
FRAMEWORK_SEARCH_PATHS = (
26782678
"$(inherited)",
@@ -2696,7 +2696,7 @@
26962696
DEFINES_MODULE = YES;
26972697
DEVELOPMENT_TEAM = GJZR2MEM28;
26982698
DYLIB_COMPATIBILITY_VERSION = 1;
2699-
DYLIB_CURRENT_VERSION = 34;
2699+
DYLIB_CURRENT_VERSION = 35;
27002700
DYLIB_INSTALL_NAME_BASE = "@rpath";
27012701
FRAMEWORK_SEARCH_PATHS = (
27022702
"$(inherited)",
@@ -3046,7 +3046,7 @@
30463046
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
30473047
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
30483048
COPY_PHASE_STRIP = NO;
3049-
CURRENT_PROJECT_VERSION = 34;
3049+
CURRENT_PROJECT_VERSION = 35;
30503050
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
30513051
ENABLE_STRICT_OBJC_MSGSEND = YES;
30523052
ENABLE_TESTABILITY = YES;
@@ -3110,7 +3110,7 @@
31103110
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
31113111
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31123112
COPY_PHASE_STRIP = NO;
3113-
CURRENT_PROJECT_VERSION = 34;
3113+
CURRENT_PROJECT_VERSION = 35;
31143114
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
31153115
ENABLE_NS_ASSERTIONS = NO;
31163116
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3143,7 +3143,7 @@
31433143
DEFINES_MODULE = YES;
31443144
DEVELOPMENT_TEAM = GJZR2MEM28;
31453145
DYLIB_COMPATIBILITY_VERSION = 1;
3146-
DYLIB_CURRENT_VERSION = 34;
3146+
DYLIB_CURRENT_VERSION = 35;
31473147
DYLIB_INSTALL_NAME_BASE = "@rpath";
31483148
FRAMEWORK_SEARCH_PATHS = (
31493149
"$(inherited)",
@@ -3169,7 +3169,7 @@
31693169
DEFINES_MODULE = YES;
31703170
DEVELOPMENT_TEAM = GJZR2MEM28;
31713171
DYLIB_COMPATIBILITY_VERSION = 1;
3172-
DYLIB_CURRENT_VERSION = 34;
3172+
DYLIB_CURRENT_VERSION = 35;
31733173
DYLIB_INSTALL_NAME_BASE = "@rpath";
31743174
FRAMEWORK_SEARCH_PATHS = (
31753175
"$(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.21.0</string>
18+
<string>0.22.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>34</string>
20+
<string>35</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)