Skip to content

Commit 456a8e6

Browse files
committed
v0.5.0
1 parent 8087608 commit 456a8e6

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
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.4</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</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.4</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</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.4.0"
6+
s.version = "0.5.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.4</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</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.4</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</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.4.0"
6+
s.version = "0.5.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.4.0"
6+
s.version = "0.5.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
@@ -1459,7 +1459,7 @@
14591459
DEFINES_MODULE = YES;
14601460
DEVELOPMENT_TEAM = GJZR2MEM28;
14611461
DYLIB_COMPATIBILITY_VERSION = 1;
1462-
DYLIB_CURRENT_VERSION = 2;
1462+
DYLIB_CURRENT_VERSION = 3;
14631463
DYLIB_INSTALL_NAME_BASE = "@rpath";
14641464
FRAMEWORK_SEARCH_PATHS = (
14651465
"$(inherited)",
@@ -1485,7 +1485,7 @@
14851485
DEFINES_MODULE = YES;
14861486
DEVELOPMENT_TEAM = GJZR2MEM28;
14871487
DYLIB_COMPATIBILITY_VERSION = 1;
1488-
DYLIB_CURRENT_VERSION = 2;
1488+
DYLIB_CURRENT_VERSION = 3;
14891489
DYLIB_INSTALL_NAME_BASE = "@rpath";
14901490
FRAMEWORK_SEARCH_PATHS = (
14911491
"$(inherited)",
@@ -1710,7 +1710,7 @@
17101710
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
17111711
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17121712
COPY_PHASE_STRIP = NO;
1713-
CURRENT_PROJECT_VERSION = 2;
1713+
CURRENT_PROJECT_VERSION = 3;
17141714
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
17151715
ENABLE_STRICT_OBJC_MSGSEND = YES;
17161716
ENABLE_TESTABILITY = YES;
@@ -1766,7 +1766,7 @@
17661766
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
17671767
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
17681768
COPY_PHASE_STRIP = NO;
1769-
CURRENT_PROJECT_VERSION = 2;
1769+
CURRENT_PROJECT_VERSION = 3;
17701770
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
17711771
ENABLE_NS_ASSERTIONS = NO;
17721772
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1798,7 +1798,7 @@
17981798
DEFINES_MODULE = YES;
17991799
DEVELOPMENT_TEAM = GJZR2MEM28;
18001800
DYLIB_COMPATIBILITY_VERSION = 1;
1801-
DYLIB_CURRENT_VERSION = 2;
1801+
DYLIB_CURRENT_VERSION = 3;
18021802
DYLIB_INSTALL_NAME_BASE = "@rpath";
18031803
FRAMEWORK_SEARCH_PATHS = (
18041804
"$(inherited)",
@@ -1823,7 +1823,7 @@
18231823
DEFINES_MODULE = YES;
18241824
DEVELOPMENT_TEAM = GJZR2MEM28;
18251825
DYLIB_COMPATIBILITY_VERSION = 1;
1826-
DYLIB_CURRENT_VERSION = 2;
1826+
DYLIB_CURRENT_VERSION = 3;
18271827
DYLIB_INSTALL_NAME_BASE = "@rpath";
18281828
FRAMEWORK_SEARCH_PATHS = (
18291829
"$(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.4</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</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.4</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)