We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bb39c commit 0311508Copy full SHA for 0311508
2 files changed
Kits/rokt-sdk-plus/rokt-sdk-plus-ios/Package.swift
@@ -36,7 +36,7 @@ let package = Package(
36
mParticleRoktDependency,
37
.package(
38
url: "https://github.com/ROKT/rokt-payment-extension-ios.git",
39
- .upToNextMajor(from: "2.0.0")
+ .upToNextMajor(from: "2.0.2")
40
)
41
],
42
targets: [
Kits/rokt/rokt/Package.swift
@@ -32,7 +32,7 @@ let package = Package(
32
mParticleAppleSDK,
33
34
url: "https://github.com/ROKT/rokt-sdk-ios",
35
- .upToNextMajor(from: "5.2.0")
+ .upToNextMajor(from: "5.2.1")
),
url: "https://github.com/ROKT/rokt-contracts-apple.git",
0 commit comments