Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
bump version to ios-v3.0.0-pre.7
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Nov 16, 2015
1 parent baa9b73 commit 97502ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|

m.name = 'Mapbox-iOS-SDK'
m.version = '3.0.0-pre.6-symbols'
m.version = '3.0.0-pre.7-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.'
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/MGLAccountManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ + (NSString *)bundleIdentifier {
}

+ (NSString *)kitDisplayVersion {
return @"3.0.0-pre.6";
return @"3.0.0-pre.7";
}

+ (void)initializeIfNeeded {
Expand Down

0 comments on commit 97502ee

Please sign in to comment.