Skip to content

Commit 00e4d51

Browse files
committed
0.13.0
1 parent 688c690 commit 00e4d51

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

FlyingFox.podspec.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FlyingFox",
3-
"version": "0.12.3",
3+
"version": "0.13.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.12.3"
13+
"tag": "0.13.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",
@@ -19,7 +19,7 @@
1919
},
2020
"source_files": "FlyingFox/Sources/**/*.swift",
2121
"dependencies": {
22-
"FlyingSocks": "~> 0.12.3"
22+
"FlyingSocks": "~> 0.13.0"
2323
},
2424
"swift_version": "5.5"
2525
}

FlyingSocks.podspec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FlyingSocks",
3-
"version": "0.12.3",
3+
"version": "0.13.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.12.3"
13+
"tag": "0.13.0"
1414
},
1515
"platforms": {
1616
"ios": "13.0",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FlyingFox can be installed by using Swift Package Manager.
3333
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
3434

3535
```swift
36-
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.12.3"))
36+
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.13.0"))
3737
```
3838

3939
# Usage

0 commit comments

Comments
 (0)