Skip to content

Commit 900560d

Browse files
authored
Update README.md
1 parent 8815ea8 commit 900560d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
IdentifiableContinuation can be installed by using Swift Package Manager.
1515

16-
**Note:** IdentifiableContinuation requires Swift 5.7 on Xcode 14+. It runs on iOS 13+, tvOS 13+, macOS 10.15+, Linux and Windows.
16+
**Note:** IdentifiableContinuation requires Swift 5.10 on Xcode 15.4+. It runs on iOS 13+, tvOS 13+, macOS 10.15+, Linux and Windows.
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.1.0"))
20+
.package(url: "https://github.com/swhitty/IdentifiableContinuation.git", .upToNextMajor(from: "0.2.0"))
2121
```
2222

2323
# Usage

0 commit comments

Comments
 (0)