Skip to content

Commit 9c8b2b8

Browse files
chore: Release v9.2.1 (#775)
* chore: (release) 9.2.1 Updates version to 9.2.1 across the mParticle ecosystem. --------- Co-authored-by: Brandon Stalnaker <brandon.stalnaker@rokt.com>
1 parent 0dd039c commit 9c8b2b8

41 files changed

Lines changed: 61 additions & 40 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release-draft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
done < <(jq -r '.[] | select(.podspec) | .podspec' Kits/matrix.json)
8080
for podspec in "${PODSPECS[@]}"; do
8181
sed -i '' 's/\(s\.version[^=]*=[[:space:]]*\)"[^"]*"/\1"'"${VERSION}"'"/' "$podspec"
82+
# CocoaPods allows s.version = 'x.y.z'; the double-quote sed above skips those files.
83+
sed -i '' "s/\(s\.version[^=]*=[[:space:]]*\)'[^']*'/\1\"${VERSION}\"/" "$podspec"
8284
done
8385
8486
- name: Update version in MPIConstants.m

CHANGELOG.md

Lines changed: 20 additions & 1 deletion

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>9.2.0</string>
18+
<string>9.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Kits/adjust/adjust-5/mParticle-Adjust-5.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Adjust-5"
33
s.module_name = 'mParticle_Adjust'
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Adjust integration for mParticle"
66
s.description = <<-DESC
77
This is the Adjust integration for mParticle.

Kits/adobe/adobe-5/mParticle-Adobe-5.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Adobe-5"
33
s.module_name = 'mParticle_Adobe'
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Adobe integration for mParticle"
66
s.description = <<-DESC
77
This is the Adobe integration for mParticle.

Kits/appsflyer/appsflyer-6/mParticle-AppsFlyer-6.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-AppsFlyer-6"
33
s.module_name = 'mParticle_AppsFlyer'
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "AppsFlyer integration for mParticle"
66
s.description = <<-DESC
77
This is the AppsFlyer integration for mParticle.

Kits/apptentive/apptentive-6/mParticle-Apptentive-6.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apptentive-6"
33
s.module_name = 'mParticle_Apptentive'
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Apptentive integration for mParticle"
66
s.description = <<-DESC
77
This is the Apptentive integration for mParticle.

Kits/apptimize/apptimize-3/mParticle-Apptimize-3.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apptimize-3"
33
s.module_name = 'mParticle_Apptimize'
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Apptimize integration for mParticle"
66
s.description = <<-DESC
77
This is the Apptimize integration for mParticle.

Kits/branchmetrics/branchmetrics-3/Sources/mParticle-BranchMetrics/MPKitBranchMetrics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ - (void)start {
145145
NSString *branchKey = [self.configuration[ekBMAppKey] copy];
146146
self.branchInstance = [Branch getInstance:branchKey];
147147

148-
[self.branchInstance registerPluginName:@"mParticleKit" version:@"9.2.0"];
148+
[self.branchInstance registerPluginName:@"mParticleKit" version:@"9.2.1"];
149149

150150
#pragma clang diagnostic push
151151
#pragma clang diagnostic ignored "-Wundeclared-selector"

Kits/branchmetrics/branchmetrics-3/mParticle-BranchMetrics-3.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-BranchMetrics-3"
33
s.module_name = 'mParticle_BranchMetrics'
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Branch Metrics integration for mParticle"
66
s.description = <<-DESC
77
This is the Branch Metrics integration for mParticle.

0 commit comments

Comments
 (0)