We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e156aac commit 3ec3c01Copy full SHA for 3ec3c01
CHANGELOG.md
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
-## 0.4.0 (2014-08-xx)
+## 0.4.0 (2014-08-25)
8
9
* BC break: The `Client` class has been renamed to `StreamingClient`.
10
Added new `Client` interface.
README.md
@@ -41,7 +41,7 @@ The recommended way to install this library is [through composer](http://getcomp
41
```JSON
42
{
43
"require": {
44
- "clue/redis-react": "0.3.*"
+ "clue/redis-react": "~0.4.0"
45
}
46
47
```
0 commit comments