Skip to content

Commit 902cfc7

Browse files
authored
Docs fixes (#14)
Docs fixes ### Motivation Docs should be correct. ### Modifications Update docs to reflect the new version. ### Result N/A ### Test Plan N/A Reviewed by: dnadoba Builds: ✔︎ pull request validation (5.8) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #14
1 parent 0d9e579 commit 902cfc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the package dependency in your `Package.swift`:
1616
```swift
1717
.package(
1818
url: "https://github.com/swift-server/swift-openapi-async-http-client",
19-
.upToNextMinor(from: "0.1.0")
19+
.upToNextMinor(from: "0.2.0")
2020
),
2121
```
2222

Sources/OpenAPIAsyncHTTPClient/Documentation.docc/Documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`:
2020
```swift
2121
.package(
2222
url: "https://github.com/swift-server/swift-openapi-async-http-client",
23-
.upToNextMinor(from: "0.1.0")
23+
.upToNextMinor(from: "0.2.0")
2424
),
2525
```
2626

0 commit comments

Comments
 (0)