Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Nov 24, 2023
1 parent 688c690 commit 00e4d51
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.12.3",
"version": "0.13.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.12.3"
"tag": "0.13.0"
},
"platforms": {
"ios": "13.0",
Expand All @@ -19,7 +19,7 @@
},
"source_files": "FlyingFox/Sources/**/*.swift",
"dependencies": {
"FlyingSocks": "~> 0.12.3"
"FlyingSocks": "~> 0.13.0"
},
"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.12.3",
"version": "0.13.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.12.3"
"tag": "0.13.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.12.3"))
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.13.0"))
```

# Usage
Expand Down

0 comments on commit 00e4d51

Please sign in to comment.