Skip to content

Commit

Permalink
Upped SwifterSockets to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Balancingrock committed May 24, 2017
1 parent a595372 commit e89208d
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,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")
]
)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e89208d

Please sign in to comment.