Skip to content

Commit

Permalink
Lock to Swog ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRabil committed Aug 24, 2021
1 parent ce21fbf commit 4457e83
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 @@ -32,9 +32,9 @@
"package": "Swog",
"repositoryURL": "https://github.com/EricRabil/Swog",
"state": {
"branch": "main",
"branch": null,
"revision": "6e60c30ba2eeb9cd10dae1d585c70f20118ac759",
"version": null
"version": "1.0.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/EricRabil/Pwomise", .upToNextMajor(from: "1.0.3")),
.package(url: "https://github.com/EricRabil/Swexy", .upToNextMajor(from: "1.0.1")),
.package(url: "https://github.com/EricRabil/Swog", .branch("main"))
.package(url: "https://github.com/EricRabil/Swog", .upToNextMajor(from: "1.0.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 4457e83

Please sign in to comment.