Skip to content

Commit

Permalink
Updated BRUtils to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Balancingrock committed Mar 31, 2018
1 parent c7665e1 commit 82a4a13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "SwifterSockets",
dependencies: [
.Package(url: "https://github.com/Balancingrock/BRUtils", Version(0, 9, 0))
.Package(url: "https://github.com/Balancingrock/BRUtils", Version(0, 10, 0))
]
)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9 (Current)
#### 0.10.10 (Current)

- Upgraded BRUtils to 0.10.0

#### 0.10.9

- Upgraded BRUtils to 0.9.0

Expand Down

0 comments on commit 82a4a13

Please sign in to comment.