Skip to content

Commit

Permalink
2.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Jun 10, 2023
1 parent 95b9a51 commit 807e3da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.17.3")
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.17.4")
],
targets: [
.target(name: "SomeProject", dependencies: ["SwiftOpenAPI"])
Expand Down
1 change: 0 additions & 1 deletion Sources/SwiftOpenAPI/Encoders/ParametersEncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct ParametersEncoder {
example: $0.value.container.anyValue
)
}
.sorted { $0.name < $1.name }
.with(description: (type as? OpenAPIDescriptable.Type)?.openAPIDescription)
}
}
Expand Down
2 changes: 1 addition & 1 deletion SwiftOpenAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftOpenAPI'
s.version = '2.17.3'
s.version = '2.17.4'
s.summary = 'A short description of SwiftOpenAPI.'
s.description = <<-DESC
TODO: Add long description of the pod here.
Expand Down

0 comments on commit 807e3da

Please sign in to comment.