From 478a77ef62354776e7bd7d7f5a2847f244ce91ac Mon Sep 17 00:00:00 2001 From: BrandonStalnaker Date: Tue, 14 Nov 2023 15:27:27 -0500 Subject: [PATCH] Update to Version 8.2.1 --- mParticle-BranchMetrics.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mParticle-BranchMetrics.podspec b/mParticle-BranchMetrics.podspec index 7a80cca..75a3f6c 100755 --- a/mParticle-BranchMetrics.podspec +++ b/mParticle-BranchMetrics.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-BranchMetrics" - s.version = "8.2.0" + s.version = "8.2.1" s.summary = "BranchMetrics integration for mParticle" s.description = <<-DESC @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = "https://www.mparticle.com" s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.author = { "mParticle" => "support@mparticle.com" } - s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-branchmetrics.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-branchmetrics.git", :tag => "v" +s.version.to_s } s.social_media_url = "https://twitter.com/mparticle" s.ios.deployment_target = "11.0"