Skip to content

Commit

Permalink
Update version to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Feb 15, 2023
1 parent cbef7ce commit 95bcb93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "clevertap/clevertap-ios-sdk" ~> 4.2.0
github "clevertap/clevertap-ios-sdk" ~> 4.2
github "mparticle/mparticle-apple-sdk" ~> 8.0
6 changes: 3 additions & 3 deletions mParticle-CleverTap.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-CleverTap"
s.version = "8.0.2"
s.version = "8.1.0"
s.summary = "CleverTap integration for mParticle"

s.description = <<-DESC
Expand All @@ -16,10 +16,10 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.ios.source_files = 'mParticle-CleverTap/*.{h,m}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'CleverTap-iOS-SDK', '~> 4.2.0'
s.ios.dependency 'CleverTap-iOS-SDK', '~> 4.2'

s.tvos.deployment_target = "9.0"
s.tvos.source_files = 'mParticle-CleverTap/*.{h,m}'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.tvos.dependency 'CleverTap-iOS-SDK', '~> 4.2.0'
s.tvos.dependency 'CleverTap-iOS-SDK', '~> 4.2'
end

0 comments on commit 95bcb93

Please sign in to comment.