Skip to content

Commit

Permalink
[v0.0.6] bumped version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agnat committed May 2, 2012
1 parent 83883d8 commit 63f4970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h1. mdns -- node.js Service Discovery


|_. Package: | mdns | |_. Package: | mdns |
|_. Description: | multicast DNS service discovery | |_. Description: | multicast DNS service discovery |
|_. Version: | 0.0.6-dev | |_. Version: | 0.0.6 |
|_. Installation: | @npm install mdns@ | |_. Installation: | @npm install mdns@ |
|_. Documentation: | "mdns user guide":http://agnat.github.com/node_mdns/user_guide.html | |_. Documentation: | "mdns user guide":http://agnat.github.com/node_mdns/user_guide.html |
|_. License: | "MIT":http://github.com/agnat/node_mdns/blob/master/LICENSE | |_. 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 Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "mdns" { "name": "mdns"
, "version": "0.0.6-dev" , "version": "0.0.6"
, "description": "multicast DNS service discovery" , "description": "multicast DNS service discovery"
, "main": "./lib/mdns.js" , "main": "./lib/mdns.js"
, "scripts": , "scripts":
Expand Down

0 comments on commit 63f4970

Please sign in to comment.