Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@ Add the package dependency in your `Package.swift`:
```swift
.package(
url: "https://.com/swift-server/swift-openapi-async-http-client",
.upToNextMinor(from: "0.1.0")
.upToNextMinor(from: "0.2.0")
),
```

Expand Down