From c972b96b0a8da0f8ec6ce4f9815d59aa41a273f7 Mon Sep 17 00:00:00 2001 From: mparticle-bot Date: Fri, 9 Jul 2021 14:40:45 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/BrandonStalnaker/mparticle-apple-sdk/compare/v1.1.0...v1.1.1) (2021-07-09) ### Bug Fixes * Add Constants and Info.plist ([5916951](https://github.com/BrandonStalnaker/mparticle-apple-sdk/commit/591695103908d89f2832132bedc5d217bcfc75fd)) * Version needs V ([373ce3e](https://github.com/BrandonStalnaker/mparticle-apple-sdk/commit/373ce3ed838bda166492d6a0f10617d4a4470ba0)) --- CHANGELOG.md | 8 ++++++++ Framework/Info.plist | 2 +- mParticle-Apple-SDK.podspec | 2 +- mParticle-Apple-SDK/MPIConstants.m | 2 +- mParticle_Apple_SDK.json | 3 ++- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7718e60..d05284bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.1](https://github.com/BrandonStalnaker/mparticle-apple-sdk/compare/v1.1.0...v1.1.1) (2021-07-09) + + +### Bug Fixes + +* Add Constants and Info.plist ([5916951](https://github.com/BrandonStalnaker/mparticle-apple-sdk/commit/591695103908d89f2832132bedc5d217bcfc75fd)) +* Version needs V ([373ce3e](https://github.com/BrandonStalnaker/mparticle-apple-sdk/commit/373ce3ed838bda166492d6a0f10617d4a4470ba0)) + # [1.1.0](https://github.com/BrandonStalnaker/mparticle-apple-sdk/compare/v1.0.3...v1.1.0) (2021-07-08) diff --git a/Framework/Info.plist b/Framework/Info.plist index 33fef2fe..d65dc3b7 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.4.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/mParticle-Apple-SDK.podspec b/mParticle-Apple-SDK.podspec index 3391cf16..807a9f8e 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 = "1.1.0" + s.version = "1.1.1" s.summary = "mParticle Apple SDK." s.description = <<-DESC diff --git a/mParticle-Apple-SDK/MPIConstants.m b/mParticle-Apple-SDK/MPIConstants.m index 55c91687..f99a2ff3 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.4.0"; +NSString *const kMParticleSDKVersion = @"1.1.1"; // Message Type (dt) NSString *const kMPMessageTypeKey = @"dt"; diff --git a/mParticle_Apple_SDK.json b/mParticle_Apple_SDK.json index d770b133..e9385d16 100644 --- a/mParticle_Apple_SDK.json +++ b/mParticle_Apple_SDK.json @@ -56,5 +56,6 @@ "8.3.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.3.2/mParticle_Apple_SDK.framework.zip", "8.3.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.3.3/mParticle_Apple_SDK.framework.zip", "8.4.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/8.4.0/mParticle_Apple_SDK.framework.zip", - "1.1.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v1.1.0/mParticle_Apple_SDK.framework.zip" + "1.1.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v1.1.0/mParticle_Apple_SDK.framework.zip", + "1.1.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v1.1.1/mParticle_Apple_SDK.framework.zip" }