diff --git a/mParticle-CleverTap.podspec b/mParticle-CleverTap.podspec index 03ad217..28dfcc7 100644 --- a/mParticle-CleverTap.podspec +++ b/mParticle-CleverTap.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-CleverTap" - s.version = "8.2.0" + s.version = "8.3.0" s.summary = "CleverTap integration for mParticle" s.description = <<-DESC diff --git a/mParticle-CleverTap/MPKitCleverTap.m b/mParticle-CleverTap/MPKitCleverTap.m index eabbd30..69f87db 100644 --- a/mParticle-CleverTap/MPKitCleverTap.m +++ b/mParticle-CleverTap/MPKitCleverTap.m @@ -14,7 +14,7 @@ NSString *const kCTTransactionID = @"Transaction Id"; NSString *const kCTChargedID = @"Charged ID"; NSString *const kLibName = @"mParticle-iOS"; -NSString *const kLibVersion = @"8.2.0"; +NSString *const kLibVersion = @"8.3.0"; @implementation MPKitCleverTap