Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 902cfc7

Browse files
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /