From f1c61113a1d755e44881bb499e880b8037f9dc89 Mon Sep 17 00:00:00 2001 From: mParticle Automation Date: Wed, 18 Jul 2018 17:45:19 -0400 Subject: [PATCH] Update version to 7.5.0 --- Cartfile | 2 +- mParticle-BranchMetrics.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index dbe7c19..ae956a9 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "BranchMetrics/ios-branch-deep-linking" ~> 0.25 -github "mparticle/mparticle-apple-sdk" ~> 7.4.0 +github "mparticle/mparticle-apple-sdk" ~> 7.5.0 diff --git a/mParticle-BranchMetrics.podspec b/mParticle-BranchMetrics.podspec index ed55b24..08d1b1e 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.4.2" + s.version = "7.5.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.4.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.5.0' s.ios.dependency 'Branch', '~> 0.25' end