From 5367fb59e83f9ed4bd04cd7f4a4a4cec41d5e39d Mon Sep 17 00:00:00 2001 From: mParticle Automation Date: Tue, 26 Jun 2018 10:43:35 -0400 Subject: [PATCH] Update version to 7.4.0 --- Cartfile | 2 +- mParticle-Iterable.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 70414e3..8815b34 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "mparticle/mparticle-apple-sdk" ~> 7.3.0 +github "mparticle/mparticle-apple-sdk" ~> 7.4.0 diff --git a/mParticle-Iterable.podspec b/mParticle-Iterable.podspec index 293d294..6287bf2 100644 --- a/mParticle-Iterable.podspec +++ b/mParticle-Iterable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Iterable" - s.version = "7.3.13" + s.version = "7.4.0" s.summary = "Iterable integration for mParticle" s.description = "This is the Iterable integration for mParticle." @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.ios.source_files = 'mParticle-Iterable/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.3.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.4.0' end