Skip to content

Commit e1b588b

Browse files
committed
v0.8.1
1 parent d6dfe12 commit e1b588b

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.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</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.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</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.0"
6+
s.version = "0.8.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.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</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.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</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.0"
6+
s.version = "0.8.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.8.0"
6+
s.version = "0.8.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
@@ -1674,7 +1674,7 @@
16741674
DEFINES_MODULE = YES;
16751675
DEVELOPMENT_TEAM = GJZR2MEM28;
16761676
DYLIB_COMPATIBILITY_VERSION = 1;
1677-
DYLIB_CURRENT_VERSION = 5;
1677+
DYLIB_CURRENT_VERSION = 6;
16781678
DYLIB_INSTALL_NAME_BASE = "@rpath";
16791679
FRAMEWORK_SEARCH_PATHS = (
16801680
"$(inherited)",
@@ -1700,7 +1700,7 @@
17001700
DEFINES_MODULE = YES;
17011701
DEVELOPMENT_TEAM = GJZR2MEM28;
17021702
DYLIB_COMPATIBILITY_VERSION = 1;
1703-
DYLIB_CURRENT_VERSION = 5;
1703+
DYLIB_CURRENT_VERSION = 6;
17041704
DYLIB_INSTALL_NAME_BASE = "@rpath";
17051705
FRAMEWORK_SEARCH_PATHS = (
17061706
"$(inherited)",
@@ -1928,7 +1928,7 @@
19281928
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
19291929
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
19301930
COPY_PHASE_STRIP = NO;
1931-
CURRENT_PROJECT_VERSION = 5;
1931+
CURRENT_PROJECT_VERSION = 6;
19321932
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
19331933
ENABLE_STRICT_OBJC_MSGSEND = YES;
19341934
ENABLE_TESTABILITY = YES;
@@ -1984,7 +1984,7 @@
19841984
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
19851985
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
19861986
COPY_PHASE_STRIP = NO;
1987-
CURRENT_PROJECT_VERSION = 5;
1987+
CURRENT_PROJECT_VERSION = 6;
19881988
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
19891989
ENABLE_NS_ASSERTIONS = NO;
19901990
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2016,7 +2016,7 @@
20162016
DEFINES_MODULE = YES;
20172017
DEVELOPMENT_TEAM = GJZR2MEM28;
20182018
DYLIB_COMPATIBILITY_VERSION = 1;
2019-
DYLIB_CURRENT_VERSION = 5;
2019+
DYLIB_CURRENT_VERSION = 6;
20202020
DYLIB_INSTALL_NAME_BASE = "@rpath";
20212021
FRAMEWORK_SEARCH_PATHS = (
20222022
"$(inherited)",
@@ -2041,7 +2041,7 @@
20412041
DEFINES_MODULE = YES;
20422042
DEVELOPMENT_TEAM = GJZR2MEM28;
20432043
DYLIB_COMPATIBILITY_VERSION = 1;
2044-
DYLIB_CURRENT_VERSION = 5;
2044+
DYLIB_CURRENT_VERSION = 6;
20452045
DYLIB_INSTALL_NAME_BASE = "@rpath";
20462046
FRAMEWORK_SEARCH_PATHS = (
20472047
"$(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.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</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.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>5</string>
20+
<string>6</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)