diff --git a/package.json b/package.json index 51749ef..ed0eb5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cjson", "description": "cjson - Commented Javascript Object Notation. It is a json loader, which parses only valide json files, but with comments enabled. Usefull for loading configs.", - "version": "0.0.5", + "version": "0.0.6", "repository": "git://github.com/kof/node-cjson.git", "keywords": [ "json", "parser", "comments", "config", "loader"], "author": "Oleg Slobodskoi ",