File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
- ## 0.0.1 (2013-xx-xx )
7
+ ## 0.3.0 (2014-05-31 )
8
8
9
9
* First tagged release
10
10
11
+ > Note: Starts at v0.3 because previous versions were not tagged. Leaving some
12
+ > room in case they're going to be needed in the future.
13
+
14
+ ## 0.0.0 (2013-07-05)
15
+
16
+ * Initial concept
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The recommended way to install this library is [through composer](http://getcomp
38
38
``` JSON
39
39
{
40
40
"require" : {
41
- "clue/redis-react" : " dev-master "
41
+ "clue/redis-react" : " 0.3.* "
42
42
}
43
43
}
44
44
```
You can’t perform that action at this time.
0 commit comments