From 132cdf4db8d9351f41bbea0d5128892468239489 Mon Sep 17 00:00:00 2001 From: Simon Whitty Date: Sat, 19 Aug 2023 09:01:32 +1000 Subject: [PATCH] 0.12.2 --- FlyingFox.podspec.json | 6 +++--- FlyingSocks.podspec.json | 4 ++-- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FlyingFox.podspec.json b/FlyingFox.podspec.json index 813a242..b911ec5 100644 --- a/FlyingFox.podspec.json +++ b/FlyingFox.podspec.json @@ -1,6 +1,6 @@ { "name": "FlyingFox", - "version": "0.12.1", + "version": "0.12.2", "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.1" + "tag": "0.12.2" }, "platforms": { "ios": "13.0", @@ -19,7 +19,7 @@ }, "source_files": "FlyingFox/Sources/**/*.swift", "dependencies": { - "FlyingSocks": "~> 0.12.1" + "FlyingSocks": "~> 0.12.2" }, "swift_version": "5.5" } diff --git a/FlyingSocks.podspec.json b/FlyingSocks.podspec.json index cd3302c..3e8a3ce 100644 --- a/FlyingSocks.podspec.json +++ b/FlyingSocks.podspec.json @@ -1,6 +1,6 @@ { "name": "FlyingSocks", - "version": "0.12.1", + "version": "0.12.2", "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.1" + "tag": "0.12.2" }, "platforms": { "ios": "13.0", diff --git a/README.md b/README.md index e09426b..12af922 100644 --- a/README.md +++ b/README.md @@ -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.12.1")) +.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.12.2")) ``` # Usage