We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b874a03 commit 3ad076eCopy full SHA for 3ad076e
README.md
@@ -32,7 +32,7 @@ FlyingFox can be installed by using Swift Package Manager.
32
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
33
34
```swift
35
-.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.21.0"))
+.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.22.0"))
36
```
37
38
# Usage
0 commit comments