Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-07-09)

### Bug Fixes

* Add Constants and Info.plist ([5916951](5916951))
* Version needs V ([373ce3e](373ce3e))
  • Loading branch information
mparticle-automation committed Jul 9, 2021
1 parent 373ce3e commit c972b96
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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>8.4.0</string>
<string>1.1.1</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 = "1.1.0"
s.version = "1.1.1"
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 = @"8.4.0";
NSString *const kMParticleSDKVersion = @"1.1.1";

// 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 @@ -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"
}

0 comments on commit c972b96

Please sign in to comment.