diff --git a/FlyingFox.podspec.json b/FlyingFox.podspec.json index bbb0947e..89254eb0 100644 --- a/FlyingFox.podspec.json +++ b/FlyingFox.podspec.json @@ -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", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/swhitty/FlyingFox.git", - "tag": "0.12.3" + "tag": "0.13.0" }, "platforms": { "ios": "13.0", @@ -19,7 +19,7 @@ }, "source_files": "FlyingFox/Sources/**/*.swift", "dependencies": { - "FlyingSocks": "~> 0.12.3" + "FlyingSocks": "~> 0.13.0" }, "swift_version": "5.5" } diff --git a/FlyingSocks.podspec.json b/FlyingSocks.podspec.json index b2b53998..a26ccb50 100644 --- a/FlyingSocks.podspec.json +++ b/FlyingSocks.podspec.json @@ -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", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/swhitty/FlyingFox.git", - "tag": "0.12.3" + "tag": "0.13.0" }, "platforms": { "ios": "13.0", diff --git a/README.md b/README.md index dd360776..18640840 100644 --- a/README.md +++ b/README.md @@ -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