Skip to content

Commit

Permalink
0.2.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Feb 1, 2015
1 parent f3dc8e6 commit 9bc55cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hosts.resolve(hostname);
### Hosts.prototype.toJSON()
```
hosts.toJSON();
return a json formatted object
// return a json formatted object
```

## What is the Hosts file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hosts-parser",
"version": "0.1.0",
"version": "0.2.0",
"description": "hosts file parser",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 9bc55cd

Please sign in to comment.