Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Apr 3, 2023
1 parent 2f7710e commit 7488f1e
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.11.0",
"version": "0.11.1",
"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.11.0"
"tag": "0.11.1"
},
"platforms": {
"ios": "13.0",
Expand All @@ -19,7 +19,7 @@
},
"source_files": "FlyingFox/Sources/**/*.swift",
"dependencies": {
"FlyingSocks": "~> 0.11.0"
"FlyingSocks": "~> 0.11.1"
},
"swift_version": "5.5"
}
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.11.0",
"version": "0.11.1",
"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.11.0"
"tag": "0.11.1"
},
"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 @@ -32,7 +32,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.11.0"))
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.11.1"))
```

# Usage
Expand Down

0 comments on commit 7488f1e

Please sign in to comment.