From 217b6e576765408661ce703596979357c951764e Mon Sep 17 00:00:00 2001 From: mParticle Automation Date: Tue, 26 Jun 2018 10:43:34 -0400 Subject: [PATCH] Update version to 7.4.0 --- Cartfile | 2 +- mParticle-BranchMetrics.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 22c247d..b9a476a 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "BranchMetrics/ios-branch-deep-linking" ~> 0.24 -github "mparticle/mparticle-apple-sdk" ~> 7.3.0 +github "mparticle/mparticle-apple-sdk" ~> 7.4.0 diff --git a/mParticle-BranchMetrics.podspec b/mParticle-BranchMetrics.podspec index 5cbd2f7..5caea6a 100755 --- a/mParticle-BranchMetrics.podspec +++ b/mParticle-BranchMetrics.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-BranchMetrics" - s.version = "7.3.13" + s.version = "7.4.0" s.summary = "BranchMetrics integration for mParticle" s.description = <<-DESC @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.ios.source_files = 'mParticle-BranchMetrics/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.3.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.4.0' s.ios.dependency 'Branch', '~> 0.24' end