File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.3.0 (2013-XX-XX )
7+ ## 0.3.0 (2013-06-24 )
88
99* BC break: Switch from (deprecated) ` clue/connection-manager ` to ` react/socket-client `
1010and thus replace each occurance of ` getConnect($host, $port) ` with ` create($host, $port) ` (#1 )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ The recommended way to install this library is [through composer](http://getcomp
103103``` JSON
104104{
105105 "require" : {
106- "clue/connection-manager-extra" : " dev-master "
106+ "clue/connection-manager-extra" : " 0.3.* "
107107 }
108108}
109109```
You can’t perform that action at this time.
0 commit comments