Skip to content

Commit

Permalink
Update version to 7.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Aug 31, 2018
1 parent c2ae12b commit a9c8560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>7.5.6</string>
<string>7.5.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK"
s.version = "7.5.6"
s.version = "7.5.7"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPIConstants.m
@@ -1,7 +1,7 @@
#import "MPIConstants.h"

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"7.5.6";
NSString *const kMParticleSDKVersion = @"7.5.7";

// Message Type (dt)
NSString *const kMPMessageTypeKey = @"dt";
Expand Down

0 comments on commit a9c8560

Please sign in to comment.