Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Feb 14, 2022
1 parent a4f4e60 commit 4fa448b
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 @@ -41,9 +41,9 @@
"package": "URLQueryEncoder",
"repositoryURL": "https://github.com/kean/URLQueryEncoder",
"state": {
"branch": "0.2.0",
"branch": null,
"revision": "4cc975d4d075d0e62699a796a08284e217d4ee93",
"version": null
"version": "0.2.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/kean/Get", from: "0.3.1"),
.package(url: "https://github.com/kean/NaiveDate", from: "1.0.0"),
.package(url: "https://github.com/kean/URLQueryEncoder", branch: "0.2.0"),
.package(url: "https://github.com/kean/URLQueryEncoder", from: "0.2.0"),
.package(url: "https://github.com/vapor/jwt-kit", from: "4.0.0")
],
targets: [
Expand Down

0 comments on commit 4fa448b

Please sign in to comment.