We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a682bf commit f4edea8Copy full SHA for f4edea8
README.md
@@ -17,7 +17,7 @@ IdentifiableContinuation can be installed by using Swift Package Manager.
17
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
18
19
```swift
20
-.package(url: "https://github.com/swhitty/IdentifiableContinuation.git", .upToNextMajor(from: "0.3.0"))
+.package(url: "https://github.com/swhitty/IdentifiableContinuation.git", .upToNextMajor(from: "0.4.0"))
21
```
22
23
# Usage
0 commit comments