Skip to content

Commit e1b36de

Browse files
committed
Prepare v0.1.0 release
1 parent ae4253a commit e1b36de

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-26)
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 @@ this specification also highlights the
1212
The mDNS protocol is related to, but independent of, DNS-Based Service Discovery (DNS-SD)
1313
as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).
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

@@ -80,7 +80,7 @@ The recommended way to install this library is [through composer](http://getcomp
8080
```JSON
8181
{
8282
"require": {
83-
"clue/mdns-react": "dev-master"
83+
"clue/mdns-react": "~0.1.0"
8484
}
8585
}
8686
```

0 commit comments

Comments
 (0)