Skip to content

Commit

Permalink
Update version to 7.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Mar 5, 2020
1 parent ea8a220 commit 2a1ac5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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>7.15.5</string>
<string>7.15.6</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 = "7.15.5"
s.version = "7.15.6"
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
@@ -1,7 +1,7 @@
#import "MPIConstants.h"

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"7.15.5";
NSString *const kMParticleSDKVersion = @"7.15.6";

// Message Type (dt)
NSString *const kMPMessageTypeKey = @"dt";
Expand Down
3 changes: 2 additions & 1 deletion mParticle_Apple_SDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"7.15.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/7.15.2/mParticle_Apple_SDK.framework.zip",
"7.15.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/7.15.3/mParticle_Apple_SDK.framework.zip",
"7.15.4": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/7.15.4/mParticle_Apple_SDK.framework.zip",
"7.15.5": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/7.15.5/mParticle_Apple_SDK.framework.zip"
"7.15.5": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/7.15.5/mParticle_Apple_SDK.framework.zip",
"7.15.6": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/7.15.6/mParticle_Apple_SDK.framework.zip"
}

0 comments on commit 2a1ac5f

Please sign in to comment.