Skip to content

Commit 726b8ea

Browse files
committed
Prepare v0.4.0 release
1 parent 6b89626 commit 726b8ea

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.4.0 (2014-xx-xx)
7+
## 0.4.0 (2014-03-03)
88

99
* BC break: Unified socket addresses (string URIs instead of host+port)
1010
([#5](https://github.com/clue/datagram/pull/5)):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The recommended way to install this library is [through composer](http://getcomp
3535
```JSON
3636
{
3737
"require": {
38-
"clue/datagram": "0.3.*"
38+
"clue/datagram": "0.4.*"
3939
}
4040
}
4141
```

0 commit comments

Comments
 (0)