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 974614c commit 27c4085Copy full SHA for 27c4085
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.2.0")),
+.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.3.0")),
25
```
26
27
# Usage
0 commit comments