Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Apr 14, 2024
1 parent ca64e89 commit c9e0d35
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.13.0",
"version": "0.14.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.13.0"
"tag": "0.14.0"
},
"platforms": {
"ios": "13.0",
Expand All @@ -19,7 +19,7 @@
},
"source_files": "FlyingFox/Sources/**/*.swift",
"dependencies": {
"FlyingSocks": "~> 0.13.0"
"FlyingSocks": "~> 0.14.0"
},
"swift_version": "5.7"
}
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.13.0",
"version": "0.14.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.13.0"
"tag": "0.14.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 @@ -33,7 +33,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.13.0"))
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.14.0"))
```

# Usage
Expand Down

0 comments on commit c9e0d35

Please sign in to comment.