Skip to content

Commit

Permalink
Prepare v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 26, 2015
1 parent ae4253a commit e1b36de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.0 (2015-03-26)

* First tagged release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ this specification also highlights the
The mDNS protocol is related to, but independent of, DNS-Based Service Discovery (DNS-SD)
as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).

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

Expand Down Expand Up @@ -80,7 +80,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"clue/mdns-react": "dev-master"
"clue/mdns-react": "~0.1.0"
}
}
```
Expand Down

0 comments on commit e1b36de

Please sign in to comment.