From c7665e196f9ee4333f718a727a031e2c39d49b4f Mon Sep 17 00:00:00 2001 From: Balancingrock Date: Sat, 25 Nov 2017 16:10:38 +0100 Subject: [PATCH] Updated dependency --- Package.swift | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 35fbc5e..8b12cd8 100644 --- a/Package.swift +++ b/Package.swift @@ -3,6 +3,6 @@ import PackageDescription let package = Package( name: "SwifterSockets", dependencies: [ - .Package(url: "https://github.com/Balancingrock/BRUtils", Version(0, 5, 0)) + .Package(url: "https://github.com/Balancingrock/BRUtils", Version(0, 9, 0)) ] ) diff --git a/README.md b/README.md index dc6364b..fdec848 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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.10.8 (Current) +#### 0.10.9 (Current) + +- Upgraded BRUtils to 0.9.0 + +#### 0.10.8 - Upgraded BRUtils to 0.5.0 - Made incrementUsageCount and decrementUsageCount public.