Skip to content

Commit

Permalink
Update version to 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins committed May 11, 2016
1 parent b96562b commit 027e7c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
>* **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.0.4

>Upgrade suggestion: **HIGH**. Upgrade if you are experiencing issues related to kit initialization
* [FIX] More consistent handling of kit initialization and sampling

## 6.0.3

>Upgrade suggestion: **LOW**. Upgrade if you need to use the newly public files.
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.0.3</string>
<string>6.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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.0.3"
s.version = "6.0.4"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
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.0.3";
NSString *const kMParticleSDKVersion = @"6.0.4";

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

0 comments on commit 027e7c7

Please sign in to comment.