Skip to content

Commit

Permalink
Update to Version 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored Nov 8, 2023
1 parent bde7102 commit 53a59c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mParticle-Leanplum.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Leanplum"
s.version = "8.2.0"
s.version = "8.3.0"
s.summary = "Leanplum integration for mParticle"

s.description = <<-DESC
Expand All @@ -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" => "[email protected]" }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-leanplum.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-leanplum.git", :tag => "v" +s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"

s.ios.deployment_target = "9.0"
Expand Down

0 comments on commit 53a59c8

Please sign in to comment.