Skip to content

Commit 5653d61

Browse files
committed
0.20.0
1 parent 935dcde commit 5653d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
FlyingFox can be installed by using Swift Package Manager.
3030

31-
**Note:** FlyingFox requires Swift 5.9 on Xcode 15+. It runs on iOS 13+, tvOS 13+, watchOS 8+, macOS 10.15+ and Linux. Windows 10 support is experimental.
31+
**Note:** FlyingFox requires Swift 5.9 on Xcode 15+. It runs on iOS 13+, tvOS 13+, watchOS 8+, macOS 10.15+ and Linux. Android and Windows 10 support is experimental.
3232

3333
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
3434

3535
```swift
36-
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.19.0"))
36+
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.20.0"))
3737
```
3838

3939
# Usage

0 commit comments

Comments
 (0)