Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Dec 1, 2023
1 parent ab40ad6 commit a2e457d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/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/vapor/vapor.git", from: "4.70.0"),
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "5.0.3"),
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
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.0"),
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.19.2"),
.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.0")
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.1")
],
targets: [
.target(name: "SomeProject", dependencies: ["VaporToOpenAPI"])
Expand Down

0 comments on commit a2e457d

Please sign in to comment.