Skip to content

Commit 7a7e0e6

Browse files
authored
update dependency version string
1 parent daef88b commit 7a7e0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you have a server-side Swift application or a cross-platform (e.g. Linux, mac
1717
To add a dependency on the package, declare it in your `Package.swift`:
1818

1919
```swift
20-
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha.3"),
20+
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha"),
2121
```
2222

2323
and to your application target, add `Lifecycle` to your dependencies:

0 commit comments

Comments
 (0)