We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d69706 commit dc1eca0Copy full SHA for dc1eca0
2 files changed
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-05-xx)
+## 0.2.0 (2014-07-21)
8
9
* BC break: Rename namespace to `Clue\React\Icmp` and use PSR-4 layout
10
([#4](https://github.com/clue/icmp-react/pull/4))
README.md
@@ -151,7 +151,7 @@ The recommended way to install this library is [through composer](http://getcomp
151
```JSON
152
{
153
"require": {
154
- "clue/icmp-react": "0.1.*"
+ "clue/icmp-react": "~0.2.0"
155
}
156
157
```
0 commit comments