Skip to content

Commit 45e3cca

Browse files
committed
Version 0.6.0
1 parent e6bc96a commit 45e3cca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FlyingFox.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FlyingFox",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"summary": "Lightweight, HTTP server written in Swift using async/await",
55
"homepage": "https://github.com/swhitty/FlyingFox",
66
"authors": "Simon Whitty",
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/FlyingFox.git",
13-
"tag": "0.5.0"
13+
"tag": "0.6.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FlyingFox can be installed by using Swift Package Manager.
2525
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
2626

2727
```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"))
2929
```
3030

3131
# Usage

0 commit comments

Comments
 (0)