diff --git a/package-lock.json b/package-lock.json index 363c90e..c77b1e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha-headless-chrome", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a09581f..92a0d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-headless-chrome", - "version": "0.1.1", + "version": "0.1.2", "description": "Run client-side mocha tests in the command line through headless Chrome", "main": "runner.js", "bin": "./bin/start",