Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalmo Cirne committed Jun 29, 2016
1 parent 2bda437 commit 28fabb4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
>* **HIGH**: There is a bug that may affect a subset of users. Upgrade!
>* **CRITICAL**: There is a critical bug affecting _most users_. Upgrade ASAP!
## 6.2.0

>Upgrade suggestion: **LOW**. Upgrade if you want to use Button as a kit
* [NEW] Support for [Button](https://www.usebutton.com) as a kit
* [FIX] Server configuration override of crash report initialization is restored

## 6.1.0

>Upgrade suggestion: **LOW**. Upgrade if you need user attribute lists
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.1.0</string>
<string>6.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Kit | CocoaPods | Carthage
[AppsFlyer](https://github.com/mparticle-integrations/mparticle-apple-integration-appsflyer) | ✓ |
[Apteligent](https://github.com/mparticle-integrations/mparticle-apple-integration-apteligent) | ✓ |
[Branch Metrics](https://github.com/mparticle-integrations/mparticle-apple-integration-branchmetrics) | ✓ | ✓
[Button](https://github.com/mparticle-integrations/mparticle-apple-integration-button) | ✓ |
[comScore](https://github.com/mparticle-integrations/mparticle-apple-integration-comscore) | ✓ |
[Flurry](https://github.com/mparticle-integrations/mparticle-apple-integration-flurry) | ✓ |
[Kahuna](https://github.com/mparticle-integrations/mparticle-apple-integration-kahuna) | ✓ |
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK"
s.version = "6.1.0"
s.version = "6.2.0"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPBackendController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ - (void)handleApplicationDidFinishLaunching:(NSNotification *)notification {

messageInfo[kMPASTPreviousSessionSuccessfullyClosedKey] = [self previousSessionSuccessfullyClosed];

MParticleUserNotification *userNotification = nil;
NSDictionary *userInfo = [notification userInfo];
BOOL sessionFinalized = YES;

Expand All @@ -964,6 +963,7 @@ - (void)handleApplicationDidFinishLaunching:(NSNotification *)notification {
}

#if TARGET_OS_IOS == 1
MParticleUserNotification *userNotification = nil;
NSDictionary *pushNotificationDictionary = userInfo[UIApplicationLaunchOptionsRemoteNotificationKey];

if (pushNotificationDictionary) {
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPIConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
NSUInteger kMPNumberOfMessageTypes = 17;

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"6.1.0";
NSString *const kMParticleSDKVersion = @"6.2.0";

// Session Upload Settings
NSString *const kMPSessionHistoryValue = @"sh";
Expand Down

0 comments on commit 28fabb4

Please sign in to comment.