Skip to content

Commit

Permalink
⬆️ Update Appcues dependency version to be a minimum 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Jun 12, 2023
1 parent c1e6c28 commit 75f56aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "f973d22189d176f25236676ea5afa888e4b4221c",
"version": "2.0.0"
"revision": "d945dfff69ae6ead24d6d2465d65990080c75bd4",
"version": "2.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: "2.0.0"),
.package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "2.1.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Open your Package.swift file and add the following do your the `dependencies` se
```
.package(
url: "https://github.com/appcues/segment-appcues-ios.git",
from: "1.0.0"
from: "2.0.0"
),
```

Expand Down

0 comments on commit 75f56aa

Please sign in to comment.