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
44to add your changes here when sending pull requests. Also send corrections if
55you spot any mistakes.
66
7- ## 0.0.1 (2013-xx-xx )
7+ ## 0.3.0 (2014-05-31 )
88
99* First tagged release
1010
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
3838``` JSON
3939{
4040 "require" : {
41- "clue/redis-react" : " dev-master "
41+ "clue/redis-react" : " 0.3.* "
4242 }
4343}
4444```
You can’t perform that action at this time.
0 commit comments