Skip to content

Commit 0a3b83f

Browse files
ci: Update to Version 8.3.2 (#38)
1 parent 21f2c62 commit 0a3b83f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mParticle-Rokt.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Rokt"
3-
s.version = "8.3.1"
3+
s.version = "8.3.2"
44
s.summary = "Rokt integration for mParticle"
55

66
s.description = <<-DESC

mParticle-Rokt/MPKitRokt.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ - (MPKitExecStatus *)didFinishLaunchingWithConfiguration:(NSDictionary *)configu
5050

5151
NSString *sdkVersion = [MParticle sharedInstance].version;
5252
// https://go.mparticle.com/work/SQDSDKS-7379
53-
NSString *kitVersion = @"8.3.1";
53+
NSString *kitVersion = @"8.3.2";
5454

5555
// Initialize Rokt SDK here
5656
[MPKitRokt MPLog:[NSString stringWithFormat:@"Attempting to initialize Rokt with Kit Version: %@", kitVersion]];

0 commit comments

Comments
 (0)