summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-16 17:46:45 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-16 17:46:45 -0800
commitea4575af68c6ce0b0442670b655746cdbf858727 (patch)
tree70aff4ea8553b87c411b6ba5ff340d30f868bef4
parentf8f7cd9259ad6b344537867aeae3795086074042 (diff)
downloadqtlocation-mapboxgl-ios-v3.0.0-pre.8.tar.gz
bump version to ios-v3.0.0-pre.8ios-v3.0.0-pre.8
[skip ci]
-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 e8cc62f560..e066f18561 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.7-symbols'
+ m.version = '3.0.0-pre.8-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 b78db7094d..58d15c3b3e 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -85,7 +85,7 @@
}
+ (NSString *)kitDisplayVersion {
- return @"3.0.0-pre.7";
+ return @"3.0.0-pre.8";
}
+ (void)initializeIfNeeded {