Skip to content

Commit

Permalink
Update Version to 8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Aug 30, 2022
1 parent 69e9f5b commit d9ef679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mParticle-BranchMetrics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-BranchMetrics"
s.version = "8.0.5"
s.version = "8.0.6"
s.summary = "BranchMetrics integration for mParticle"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-BranchMetrics/MPKitBranchMetrics.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ @interface MPEvent (Branch)
- (MPMessageType) messageType;
@end

NSString *const MPKitBranchMetricsVersionNumber = @"8.0.2";
NSString *const MPKitBranchMetricsVersionNumber = @"8.0.6";
NSString *const ekBMAppKey = @"branchKey";
NSString *const ekBMAForwardScreenViews = @"forwardScreenViews";
NSString *const ekBMAEnableAppleSearchAds = @"enableAppleSearchAds";
Expand Down

0 comments on commit d9ef679

Please sign in to comment.