Skip to content

Commit 0c22ecb

Browse files
committed
Prepare v0.3.0 release
1 parent 95cb25e commit 0c22ecb

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-23)
88

99
* Feature: Add `Datagram\Socket::end()` method which closes the socket as soon
1010
as the remaining outgoing buffer has been sent.

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": "dev-master"
38+
"clue/datagram": "0.3.*"
3939
}
4040
}
4141
```

0 commit comments

Comments
 (0)