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 2d68d50 commit e48aa4dCopy full SHA for e48aa4d
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.2.0 (2014-03-xx)
+## 0.2.0 (2014-03-04)
8
9
* BC break: More SOLID design, reuse existing code, refactor code to fix
10
ambiguities and ease extending
README.md
@@ -9,7 +9,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
11
"require": {
12
- "clue/socket-react": "dev-master"
+ "clue/socket-react": "0.2.*"
13
}
14
15
```
0 commit comments