Skip to content

Commit

Permalink
2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Jun 10, 2023
1 parent d17e46e commit 786a80e
Show file tree
Hide file tree
Showing 3 changed files with 3 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.1")
.package(url: "https://github.com/dankinsoid/SwiftOpenAPI.git", from: "2.17.2")
],
targets: [
.target(name: "SomeProject", dependencies: ["SwiftOpenAPI"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension SchemaObject: ExpressibleByDictionary {
}
set {
if case var .object(objectContext) = context {
objectContext.properties?[key] = newValue
objectContext.properties?[key] = newValue
context = .object(objectContext)
}
}
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.1'
s.version = '2.17.2'
s.summary = 'A short description of SwiftOpenAPI.'
s.description = <<-DESC
TODO: Add long description of the pod here.
Expand Down

0 comments on commit 786a80e

Please sign in to comment.