We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98f2d7 commit 097d604Copy full SHA for 097d604
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.1.0 (2014-03-xx)
+## 0.1.0 (2014-03-18)
8
9
* First tagged release
10
* Send and receive arbitrary ICMP messages
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": "dev-master"
+ "clue/icmp-react": "0.1.*"
155
}
156
157
```
0 commit comments