Skip to content

Commit

Permalink
⬆️ Update Appcues dependency version to be a minimum 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Sep 21, 2023
1 parent 3902d3c commit 9984e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/appcues/appcues-ios-sdk.git",
"state": {
"branch": null,
"revision": "5277ae8c7c3e20fde02abcbe726ffab5b89deea3",
"version": "3.0.0"
"revision": "5753ba77533517b4b943f5370319c5934c2ac5ab",
"version": "3.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "Segment", url: "https://github.com/segmentio/analytics-swift.git" , from: "1.0.0"),
.package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "3.0.0"),
.package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "3.1.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 9984e1c

Please sign in to comment.