Skip to content

Commit

Permalink
Update version to 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Apr 22, 2021
1 parent 860e2b0 commit 987c6e8
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
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.3.1</string>
<string>8.3.2</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 = "8.3.1"
s.version = "8.3.2"
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 = @"8.3.1";
NSString *const kMParticleSDKVersion = @"8.3.2";

// Message Type (dt)
NSString *const kMPMessageTypeKey = @"dt";
Expand Down
3 changes: 2 additions & 1 deletion mParticle_Apple_SDK.json
Expand Up @@ -52,5 +52,6 @@
"8.1.4": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.1.4/mParticle_Apple_SDK.framework.zip",
"8.2.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.2.0/mParticle_Apple_SDK.framework.zip",
"8.3.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.3.0/mParticle_Apple_SDK.framework.zip",
"8.3.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.3.1/mParticle_Apple_SDK.framework.zip"
"8.3.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.3.1/mParticle_Apple_SDK.framework.zip",
"8.3.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.3.2/mParticle_Apple_SDK.framework.zip"
}

0 comments on commit 987c6e8

Please sign in to comment.