From b0e8286fdb797db32ec88cbdfd85a9bc223a2942 Mon Sep 17 00:00:00 2001 From: mParticle Automation Date: Thu, 25 Jan 2018 10:22:05 -0500 Subject: [PATCH] Update version to 6.16.0 --- Cartfile | 2 +- mParticle-Iterable.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 27302af..e8e5850 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "mparticle/mparticle-apple-sdk" ~> 6.15.0 +github "mparticle/mparticle-apple-sdk" ~> 6.16.0 diff --git a/mParticle-Iterable.podspec b/mParticle-Iterable.podspec index 5eb1c75..ffa548d 100644 --- a/mParticle-Iterable.podspec +++ b/mParticle-Iterable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Iterable" - s.version = "6.15.19" + s.version = "6.16.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', '~> 6.15.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 6.16.0' end