Skip to content

Commit

Permalink
4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Dec 9, 2023
1 parent 6889345 commit b3a7c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.19.4"),
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.19.5"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "0.10.3"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4")
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.5")
],
targets: [
.target(name: "SomeProject", dependencies: ["VaporToOpenAPI"])
Expand Down

0 comments on commit b3a7c7b

Please sign in to comment.