Skip to content

Commit

Permalink
feat: upgraded customer.io SDK version to 3.5.1 in package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-p committed Nov 6, 2024
1 parent ad280fa commit c98e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["Rudder-CustomerIO"]),
],
dependencies: [
.package(name: "Customer.io", url: "https://github.com/customerio/customerio-ios", .exact("3.2.2")),
.package(name: "Customer.io", url: "https://github.com/customerio/customerio-ios", .exact("3.5.1")),
.package(name: "Rudder", url: "https://github.com/rudderlabs/rudder-sdk-ios", "1.29.0"..<"2.0.0")
],
targets: [
Expand Down

0 comments on commit c98e314

Please sign in to comment.