Skip to content

Commit

Permalink
Bumps version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scuml committed Jan 30, 2019
1 parent 0dde7f2 commit c12b965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
name: "PerfectRedis",
targets: [],
dependencies: [
.package(url: "https://github.com/PerfectlySoft/Perfect-Net.git", from: "3.2.2")
.package(url: "https://github.com/PerfectlySoft/Perfect-Net.git", from: "3.2.3")
],
exclude: []
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RedisClient.getClient(withIdentifier: RedisClientIdentifier()) {
Add this project as a dependency in your Package.swift file.

```
.package(url: "https://github.com/PerfectlySoft/Perfect-Redis.git", from: "3.2.2")
.package(url: "https://github.com/PerfectlySoft/Perfect-Redis.git", from: "3.2.3")
```

## Further Information
Expand Down

0 comments on commit c12b965

Please sign in to comment.