From 17133bd6236ecd706a46052fabce9e7c1b8c9962 Mon Sep 17 00:00:00 2001 From: Armand Grillet Date: Fri, 25 Oct 2019 08:23:28 +0200 Subject: [PATCH] Update dependency given in README to 1.0.0 Following the release of async-http-client 1.0.0, the dependency to add in Package.swift is now bumped too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c77ce0ea9..f49c596ed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This library provides the following: Add the following entry in your Package.swift to start using HTTPClient: ```swift -.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1") +.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0") ``` and `AsyncHTTPClient` dependency to your target: ```swift