Skip to content

Commit d72ea4a

Browse files
committed
Prepare v0.3.0 release
1 parent cab3a7b commit d72ea4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you 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`
1010
and thus replace each occurance of `getConnect($host, $port)` with `create($host, $port)` (#1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)