Skip to content

Commit 76b2d2d

Browse files
committed
0.25.0
1 parent d978e10 commit 76b2d2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

FlyingFox.podspec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FlyingFox",
3-
"version": "0.24.1",
3+
"version": "0.25.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.24.1"
13+
"tag": "0.25.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",
@@ -20,7 +20,7 @@
2020
},
2121
"source_files": "FlyingFox/Sources/**/*.swift",
2222
"dependencies": {
23-
"FlyingSocks": "~> 0.24.1"
23+
"FlyingSocks": "~> 0.25.0"
2424
},
2525
"pod_target_xcconfig": {
2626
"OTHER_SWIFT_FLAGS": "-package-name FlyingFox"

FlyingSocks.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FlyingSocks",
3-
"version": "0.24.1",
3+
"version": "0.25.0",
44
"summary": "Lightweight, async sockets 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.24.1"
13+
"tag": "0.25.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",

README.md

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

3434
```swift
35-
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.24.1"))
35+
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.25.0"))
3636
```
3737

3838
# Usage

0 commit comments

Comments
 (0)