Skip to content

Commit 563ee58

Browse files
author
Bobby Sudekum
authored
Release v0.9.0 (#723)
1 parent 3f932cb commit 563ee58

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.8.3</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</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.8.3</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</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.8.3"
6+
s.version = "0.9.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.8.3</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</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.8.3</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</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.8.3"
6+
s.version = "0.9.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.8.3"
6+
s.version = "0.9.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
@@ -1691,7 +1691,7 @@
16911691
DEFINES_MODULE = YES;
16921692
DEVELOPMENT_TEAM = GJZR2MEM28;
16931693
DYLIB_COMPATIBILITY_VERSION = 1;
1694-
DYLIB_CURRENT_VERSION = 8;
1694+
DYLIB_CURRENT_VERSION = 9;
16951695
DYLIB_INSTALL_NAME_BASE = "@rpath";
16961696
FRAMEWORK_SEARCH_PATHS = (
16971697
"$(inherited)",
@@ -1717,7 +1717,7 @@
17171717
DEFINES_MODULE = YES;
17181718
DEVELOPMENT_TEAM = GJZR2MEM28;
17191719
DYLIB_COMPATIBILITY_VERSION = 1;
1720-
DYLIB_CURRENT_VERSION = 8;
1720+
DYLIB_CURRENT_VERSION = 9;
17211721
DYLIB_INSTALL_NAME_BASE = "@rpath";
17221722
FRAMEWORK_SEARCH_PATHS = (
17231723
"$(inherited)",
@@ -1947,7 +1947,7 @@
19471947
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
19481948
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
19491949
COPY_PHASE_STRIP = NO;
1950-
CURRENT_PROJECT_VERSION = 8;
1950+
CURRENT_PROJECT_VERSION = 9;
19511951
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
19521952
ENABLE_STRICT_OBJC_MSGSEND = YES;
19531953
ENABLE_TESTABILITY = YES;
@@ -2003,7 +2003,7 @@
20032003
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20042004
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
20052005
COPY_PHASE_STRIP = NO;
2006-
CURRENT_PROJECT_VERSION = 8;
2006+
CURRENT_PROJECT_VERSION = 9;
20072007
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20082008
ENABLE_NS_ASSERTIONS = NO;
20092009
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2035,7 +2035,7 @@
20352035
DEFINES_MODULE = YES;
20362036
DEVELOPMENT_TEAM = GJZR2MEM28;
20372037
DYLIB_COMPATIBILITY_VERSION = 1;
2038-
DYLIB_CURRENT_VERSION = 8;
2038+
DYLIB_CURRENT_VERSION = 9;
20392039
DYLIB_INSTALL_NAME_BASE = "@rpath";
20402040
FRAMEWORK_SEARCH_PATHS = (
20412041
"$(inherited)",
@@ -2060,7 +2060,7 @@
20602060
DEFINES_MODULE = YES;
20612061
DEVELOPMENT_TEAM = GJZR2MEM28;
20622062
DYLIB_COMPATIBILITY_VERSION = 1;
2063-
DYLIB_CURRENT_VERSION = 8;
2063+
DYLIB_CURRENT_VERSION = 9;
20642064
DYLIB_INSTALL_NAME_BASE = "@rpath";
20652065
FRAMEWORK_SEARCH_PATHS = (
20662066
"$(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.8.3</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</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.8.3</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)