Skip to content

Commit a9329f4

Browse files
committed
Prepare v0.1.0 release
1 parent cca2a84 commit a9329f4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.1.0 (2015-03-24)
4+
5+
* First tagged release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Among others, multicast networking is the basis for:
1212
* HTTPU/HTTPMU (Multicast and Unicast UDP HTTP Messages)
1313
* UPNP/SSDP (Univeral Plug and Play / Simple Service Discovery Protocol).
1414

15-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
15+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
1616
1717
## Quickstart example
1818

@@ -67,7 +67,7 @@ The recommended way to install this library is [through composer](http://getcomp
6767
```JSON
6868
{
6969
"require": {
70-
"clue/multicast-react": "dev-master"
70+
"clue/multicast-react": "~0.1.0"
7171
}
7272
}
7373
```

0 commit comments

Comments
 (0)