Skip to content

Commit

Permalink
update handy operators
Browse files Browse the repository at this point in the history
  • Loading branch information
juliand665 committed May 22, 2021
1 parent a254909 commit 01f3380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/juliand665/HandyOperators.git",
"state": {
"branch": null,
"revision": "483aa96950ad3078d092b2ba8d9dda6ea6576244",
"version": "1.0.0"
"revision": "27f60a00d9ad310afdf66cc7a25adc4bdb387d58",
"version": "2.0.1"
}
}
]
Expand Down
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(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/juliand665/HandyOperators.git", from: "1.0.0")
.package(url: "https://github.com/juliand665/HandyOperators.git", from: "2.0.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 01f3380

Please sign in to comment.