Skip to content

Commit ecd67a5

Browse files
authored
Update README.md
1 parent f34d1cd commit ecd67a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ FlyingFoxMacros can be installed by using Swift Package Manager.
1616
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
1717

1818
```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"))
19+
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.25.0")),
20+
.package(url: "https://github.com/swhitty/FlyingFoxMacros.git", .upToNextMajor(from: "0.2.0"))
2121
```
2222

2323
# Usage

0 commit comments

Comments
 (0)