Skip to content

Commit

Permalink
chore(release): 8.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.3.0](v8.2.0...v8.3.0) (2024-01-08)

### Features

* Set custom SDK name and version on CleverTap ([#13](#13)) ([f80027c](f80027c))
  • Loading branch information
mparticle-automation committed Jan 8, 2024
1 parent f80027c commit 56bd13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2.0"
s.version = "8.3.0"
s.summary = "CleverTap integration for mParticle"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-CleverTap/MPKitCleverTap.m
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56bd13b

Please sign in to comment.