From 947c68544c3089e29bd6b17fd02694c617e90c4f Mon Sep 17 00:00:00 2001 From: Hamzah Malik Date: Mon, 4 Dec 2023 18:30:49 +0000 Subject: [PATCH] Update readme to not refer to alpha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532c8e5..2f803b2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you have a server-side Swift application or a cross-platform (e.g. Linux, mac To add a dependency on the package, declare it in your `Package.swift`: ```swift -.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0-alpha.1"), +.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"), ``` and to your application target, add `ServiceLifecycle` to your dependencies: