From 902cfc7420390a28fd578d556317e048fa746575 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 31 Aug 2023 14:26:14 +0200 Subject: [PATCH] Docs fixes (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. https://github.com/swift-server/swift-openapi-async-http-client/pull/14 --- README.md | 2 +- .../OpenAPIAsyncHTTPClient/Documentation.docc/Documentation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dad359..b9d442c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( url: "https://github.com/swift-server/swift-openapi-async-http-client", - .upToNextMinor(from: "0.1.0") + .upToNextMinor(from: "0.2.0") ), ``` diff --git a/Sources/OpenAPIAsyncHTTPClient/Documentation.docc/Documentation.md b/Sources/OpenAPIAsyncHTTPClient/Documentation.docc/Documentation.md index 517afbe..054a552 100644 --- a/Sources/OpenAPIAsyncHTTPClient/Documentation.docc/Documentation.md +++ b/Sources/OpenAPIAsyncHTTPClient/Documentation.docc/Documentation.md @@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( url: "https://github.com/swift-server/swift-openapi-async-http-client", - .upToNextMinor(from: "0.1.0") + .upToNextMinor(from: "0.2.0") ), ```