Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Aug 16, 2024
1 parent 11ae26e commit f7829d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions FlyingFox.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FlyingFox",
"version": "0.15.0",
"version": "0.16.0",
"summary": "Lightweight, HTTP server written in Swift using async/await",
"homepage": "https://github.com/swhitty/FlyingFox",
"authors": "Simon Whitty",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/swhitty/FlyingFox.git",
"tag": "0.15.0"
"tag": "0.16.0"
},
"platforms": {
"ios": "13.0",
Expand All @@ -19,7 +19,7 @@
},
"source_files": "FlyingFox/Sources/**/*.swift",
"dependencies": {
"FlyingSocks": "~> 0.15.0"
"FlyingSocks": "~> 0.16.0"
},
"swift_version": "5.8"
}
4 changes: 2 additions & 2 deletions FlyingSocks.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FlyingSocks",
"version": "0.15.0",
"version": "0.16.0",
"summary": "Lightweight, async sockets written in Swift using async/await",
"homepage": "https://github.com/swhitty/FlyingFox",
"authors": "Simon Whitty",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/swhitty/FlyingFox.git",
"tag": "0.15.0"
"tag": "0.16.0"
},
"platforms": {
"ios": "13.0",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FlyingFox can be installed by using Swift Package Manager.
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:

```swift
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.15.0"))
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.16.0"))
```

# Usage
Expand Down

0 comments on commit f7829d4

Please sign in to comment.