diff --git a/package.json b/package.json index 303c1af4a..049b3b88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-libcurl", - "version": "0.7.0", + "version": "0.8.0", "author": "Jonathan Cardoso ", "description": "Node bindings for libcurl. Based on the work from node-curl.", "keywords": [ @@ -57,6 +57,6 @@ }, "engines": { "node": ">= 0.10.0", - "npm" : ">= 2.14" + "npm": ">= 2.14" } }