aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-18 18:43:12 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-18 18:43:12 -0800
commit73daa180b67aa171c4813b7319d37b7e982114f6 (patch)
tree1a8b7c88998917757dcd1c6004b552f216760fd2
parentce679eea40977af09dc5cae2950adc49e63792e0 (diff)
bump version to ios-v3.0.0-pre.9ios-v3.0.0-pre.9
-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 e066f1856..099de479e 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.8-symbols'
+ m.version = '3.0.0-pre.9-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 58d15c3b3..3c3a520b5 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -85,7 +85,7 @@
}
+ (NSString *)kitDisplayVersion {
- return @"3.0.0-pre.8";
+ return @"3.0.0-pre.9";
}
+ (void)initializeIfNeeded {