Skip to content

Commit

Permalink
Update to Apodini 0.5.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Aug 24, 2021
1 parent 1400976 commit cb387bd
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 @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/Apodini/Apodini.git",
"state": {
"branch": null,
"revision": "452719f6cb428977f2c7d5a2eebdc41505b9267a",
"version": "0.4.1"
"revision": "e6a943b0db29b2df5c0c139ab993e57752bf22b7",
"version": "0.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
.library(name: "ApodiniAsyncHTTPClient", targets: ["ApodiniAsyncHTTPClient"])
],
dependencies: [
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.4.0")),
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.5.0")),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.5.0")
],
targets: [
Expand Down

0 comments on commit cb387bd

Please sign in to comment.