From e89208d5708eb47130d1217b42e3e3397300187f Mon Sep 17 00:00:00 2001 From: Balancingrock Date: Wed, 24 May 2017 14:12:30 +0200 Subject: [PATCH] Upped SwifterSockets to 0.10.7 --- Package.swift | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index f1be0ad..d7bc0fd 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription let package = Package( name: "SecureSockets", dependencies: [ - .Package(url: "https://github.com/Balancingrock/SwifterSockets", "0.10.6"), + .Package(url: "https://github.com/Balancingrock/SwifterSockets", "0.10.7"), .Package(url: "https://github.com/Balancingrock/COpenSsl", "0.1.0") ] ) diff --git a/README.md b/README.md index ae6ed9a..2adf64c 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,11 @@ Note: Planned releases are for information only, they are subject to change with - The current verion will be upgraded to 1.0.0 status when the full set necessary for Swiftfire 1.0.0 has been completed. -#### 0.4.7 (Current) +#### 0.4.8 (Current) + +- Upped SwifterSockets to 0.10.7 + +#### 0.4.7 - Added closing of socket when connection is no longer available in SecureSocket.Transmit - Updated SwifterSockets to 0.10.6