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

Commit

Permalink
bump iOS version to 3.0.0-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Nov 7, 2015
1 parent 815516a commit 0e50637
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.4-symbols'
m.version = '3.0.0-pre.5-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.4";
return @"3.0.0-pre.5";
}

+ (void)initializeIfNeeded {
Expand Down

0 comments on commit 0e50637

Please sign in to comment.