File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " FlyingFox" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"summary" : " Lightweight, HTTP server written in Swift using async/await" ,
5
5
"homepage" : " https://github.com/swhitty/FlyingFox" ,
6
6
"authors" : " Simon Whitty" ,
10
10
},
11
11
"source" : {
12
12
"git" : " https://github.com/swhitty/FlyingFox.git" ,
13
- "tag" : " 0.5 .0"
13
+ "tag" : " 0.6 .0"
14
14
},
15
15
"platforms" : {
16
16
"ios" : " 13.0" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ FlyingFox can be installed by using Swift Package Manager.
25
25
To install using Swift Package Manager, add this to the ` dependencies: ` section in your Package.swift file:
26
26
27
27
``` swift
28
- .package (url : " https://github.com/swhitty/FlyingFox.git" , .upToNextMajor (from : " 0.5 .0" ))
28
+ .package (url : " https://github.com/swhitty/FlyingFox.git" , .upToNextMajor (from : " 0.6 .0" ))
29
29
```
30
30
31
31
# Usage
You can’t perform that action at this time.
0 commit comments