aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-20 18:37:47 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-20 18:37:47 -0800
commit24136b02e94ade8e64b2a5740beb5150f4e23da4 (patch)
tree1c22f45a6f62a36d9c5ab372f95c9d24a73aa859
parent06d400fb9a9a4f612f9fcd8ddd7a68964d01e27e (diff)
bump version to ios-v3.0.0-pre.10ios-v3.0.0-pre.10
-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 099de479e..ba0a60139 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.0-pre.9-symbols'
+ m.version = '3.0.0-pre.10-symbols'
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 3c3a520b5..52921b17c 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -85,7 +85,7 @@
}
+ (NSString *)kitDisplayVersion {
- return @"3.0.0-pre.9";
+ return @"3.0.0-pre.10";
}
+ (void)initializeIfNeeded {