diff --git a/Framework/Info.plist b/Framework/Info.plist index 09038444..31e73c84 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.3.1 + 8.3.2 CFBundleSignature ???? CFBundleVersion diff --git a/mParticle-Apple-SDK.podspec b/mParticle-Apple-SDK.podspec index a0281335..a8576229 100644 --- a/mParticle-Apple-SDK.podspec +++ b/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 diff --git a/mParticle-Apple-SDK/MPIConstants.m b/mParticle-Apple-SDK/MPIConstants.m index 580824e1..d7f563a0 100644 --- a/mParticle-Apple-SDK/MPIConstants.m +++ b/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"; diff --git a/mParticle_Apple_SDK.json b/mParticle_Apple_SDK.json index b04ba65a..736fce2e 100644 --- a/mParticle_Apple_SDK.json +++ b/mParticle_Apple_SDK.json @@ -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" }