Skip to content

Commit f4edea8

Browse files
authored
Update README.md
1 parent 8a682bf commit f4edea8

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 @@ IdentifiableContinuation can be installed by using Swift Package Manager.
1717
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
1818

1919
```swift
20-
.package(url: "https://github.com/swhitty/IdentifiableContinuation.git", .upToNextMajor(from: "0.3.0"))
20+
.package(url: "https://github.com/swhitty/IdentifiableContinuation.git", .upToNextMajor(from: "0.4.0"))
2121
```
2222

2323
# Usage

0 commit comments

Comments
 (0)