diff --git a/Framework/Info.plist b/Framework/Info.plist index 01b88b34..d86cb587 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.1.2 + 8.1.3 CFBundleSignature ???? CFBundleVersion diff --git a/mParticle-Apple-SDK.podspec b/mParticle-Apple-SDK.podspec index 60d6e8e8..07894164 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.1.2" + s.version = "8.1.3" s.summary = "mParticle Apple SDK." s.description = <<-DESC diff --git a/mParticle-Apple-SDK/MPIConstants.m b/mParticle-Apple-SDK/MPIConstants.m index 57b6e19e..d19e5d7e 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.1.2"; +NSString *const kMParticleSDKVersion = @"8.1.3"; // Message Type (dt) NSString *const kMPMessageTypeKey = @"dt"; diff --git a/mParticle_Apple_SDK.json b/mParticle_Apple_SDK.json index cd632e01..8d86f242 100644 --- a/mParticle_Apple_SDK.json +++ b/mParticle_Apple_SDK.json @@ -47,5 +47,6 @@ "8.0.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.0.1/mParticle_Apple_SDK.framework.zip", "8.1.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.1.0/mParticle_Apple_SDK.framework.zip", "8.1.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.1.1/mParticle_Apple_SDK.framework.zip", - "8.1.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.1.2/mParticle_Apple_SDK.framework.zip" + "8.1.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.1.2/mParticle_Apple_SDK.framework.zip", + "8.1.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.1.3/mParticle_Apple_SDK.framework.zip" }