Skip to content

Commit 02ab82c

Browse files
committed
Update README to have latest correct information regarding versions
1 parent 833fc33 commit 02ab82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The table below lists the major releases alongside their compatible language, de
3131

3232
| RediStack Release | [Swift](https://swift.org/download) | [Redis](https://redis.io) | [SwiftNIO](https://github.com/apple/swift-nio) | [SwiftLog](https://github.com/apple/swift-log) | [SwiftMetrics](https://github.com/apple/swift-metrics) |
3333
|:-----------------:|:-----------------------------------:|:-------------------------:|:----------------------------------------------:|:----------------------------------------------:|:------------------------------:|
34-
| `from: "1.0.0-alpha.11"` | 5.1+ | 3.x**¹** < 6.x | 2.x | 1.x | 1.x |
34+
| `from: "1.0.0"` | 5.1+ | 3.x**¹** < 6.x | 2.x | 1.x | 1.x ..< 3.0 |
3535

3636
> **¹** _Use of newer Redis features on older Redis versions is done at your own risk. See Redis' release notes for [v5](https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES), [v4](https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES), and [v3](https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES) for what is supported for each version of Redis._
3737
@@ -47,7 +47,7 @@ To install **RediStack**, just add the package as a dependency in your **Package
4747

4848
```swift
4949
dependencies: [
50-
.package(url: "https://gitlab.com/mordil/RediStack.git", from: "1.0.0-alpha.11")
50+
.package(url: "https://gitlab.com/mordil/RediStack.git", from: "1.0.0")
5151
]
5252
```
5353

0 commit comments

Comments
 (0)