Skip to content

Commit

Permalink
[v0.0.7] bumped version and added change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
agnat committed Jun 17, 2012
1 parent 0969712 commit 3726e92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGES

Version 0.0.6 to 0.0.7

- Bugfix: convert NULL strings to undefined values in callbacks
Version 0.0.5 to 0.0.6

- use node-gyp in gyp based builds
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h1. mdns -- node.js Service Discovery

|_. Package: | mdns |
|_. Description: | multicast DNS service discovery |
|_. Version: | 0.0.6 |
|_. Version: | 0.0.7 |
|_. Installation: | @npm install mdns@ |
|_. Documentation: | "mdns user guide":http://agnat.github.com/node_mdns/user_guide.html |
|_. License: | "MIT":http://github.com/agnat/node_mdns/blob/master/LICENSE |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "mdns"
, "version": "0.0.6"
, "version": "0.0.7"
, "description": "multicast DNS service discovery"
, "main": "./lib/mdns.js"
, "scripts":
Expand Down

0 comments on commit 3726e92

Please sign in to comment.