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 f34d1cd commit ecd67a5Copy full SHA for ecd67a5
README.md
@@ -16,8 +16,8 @@ FlyingFoxMacros can be installed by using Swift Package Manager.
16
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
17
18
```swift
19
-.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.16.0")),
20
-.package(url: "https://github.com/swhitty/FlyingFoxMacros.git", .upToNextMajor(from: "0.1.0"))
+.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.25.0")),
+.package(url: "https://github.com/swhitty/FlyingFoxMacros.git", .upToNextMajor(from: "0.2.0"))
21
```
22
23
# Usage
0 commit comments