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 6623429 commit 523a886Copy full SHA for 523a886
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.22.0"))
+.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.23.0"))
36
```
37
38
# Usage
0 commit comments