diff --git a/CustomerIOMessagingInApp.podspec b/CustomerIOMessagingInApp.podspec index 95eac33e1..6bbb7520a 100644 --- a/CustomerIOMessagingInApp.podspec +++ b/CustomerIOMessagingInApp.podspec @@ -22,5 +22,5 @@ Pod::Spec.new do |spec| spec.dependency "CustomerIOTracking", "= #{spec.version.to_s}" # Update to exact version until wrapper SDKs become part of testing pipeline. - spec.dependency "Gist", '3.2.1' + spec.dependency "Gist", '3.2.2' end diff --git a/Package.swift b/Package.swift index 23e5da11f..429bb0050 100644 --- a/Package.swift +++ b/Package.swift @@ -26,7 +26,7 @@ let package = Package( // https://web.archive.org/web/20220525200227/https://www.timc.dev/posts/understanding-swift-packages/ // // Update to exact version until wrapper SDKs become part of testing pipeline. - .package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", .exact("3.2.1")) + .package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", .exact("3.2.2")) ], targets: [ // Common - Code used by multiple modules in the SDK project.