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 27c4085 commit f58f875Copy full SHA for f58f875
README.md
@@ -21,7 +21,7 @@ FlyingFox can be installed by using Swift Package Manager.
21
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
22
23
```swift
24
-.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.3.0")),
+.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.3.1")),
25
```
26
27
# Usage
0 commit comments