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 143f3c3 commit f923f17Copy full SHA for f923f17
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-05-xx)
+## 0.1.0 (2014-05-19)
8
9
* First stable release
10
* Async SOCKS `Client` and `Server` implementation
README.md
@@ -253,7 +253,7 @@ The recommended way to install this library is [through composer](http://getcomp
253
```JSON
254
{
255
"require": {
256
- "clue/socks-react": "1.*"
+ "clue/socks-react": "0.1.*"
257
}
258
259
```
0 commit comments