Skip to content

Commit

Permalink
fix: update the gist version in podspec (customerio#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Jan 31, 2023
1 parent 8c8924e commit 5451488
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CustomerIOMessagingInApp.podspec
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |spec|
spec.module_name = "CioMessagingInApp" # the `import X` name when using SDK in Swift files

spec.dependency "CustomerIOTracking", "= #{spec.version.to_s}"
spec.dependency "Gist", '~> 2.2.1'
spec.dependency "Gist", '~> 3.0.4'
end
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/customerio/gist-apple.git",
"state": {
"branch": null,
"revision": "667cc2942eb94ccd8d2e3706605c8b81eaaa39e6",
"version": "3.0.2"
"revision": "adaad36bff16078b8dd23cb9771efbdc5de9b903",
"version": "3.0.4"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -27,7 +27,7 @@ let package = Package(
//
// Note: using `.exact("")` instead of `from: ""` because 3.0.3 will not compile.
// Using 3.0.2 for now to not allow upgrading.
.package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", .exact("3.0.2"))
.package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", from: "3.0.4")
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit 5451488

Please sign in to comment.