aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-12-07 12:21:22 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-12-07 12:21:22 -0800
commit8fb141a3e4c1c7b54424c2307953277d1bb215fa (patch)
treeb49f1f4348813486318f8e63266873401a97383e
parent9507bc038eb71fe10c0a9e0739ebcef7dbfc7bca (diff)
bump build for ios-v3.0.1 (no symbols)ios-v3.0.1
-rw-r--r--ios/Mapbox-iOS-SDK.podspec2
-rw-r--r--platform/ios/MGLAccountManager.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index 4beabc8bb..685e4c5c1 100644
--- a/ios/Mapbox-iOS-SDK.podspec
+++ b/ios/Mapbox-iOS-SDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|
m.name = 'Mapbox-iOS-SDK'
- m.version = '3.0.1-pre.1-symbols'
+ m.version = '3.0.1'
m.summary = 'Open source vector map solution for iOS with full styling capabilities.'
m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.'
diff --git a/platform/ios/MGLAccountManager.m b/platform/ios/MGLAccountManager.m
index eb1b9480d..8bfe1d68b 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -86,7 +86,7 @@
}
+ (NSString *)kitDisplayVersion {
- return @"3.0.1-pre.1";
+ return @"3.0.1";
}
+ (void)initializeIfNeeded {