diff --git a/cli/package.json b/cli/package.json index 00aa26ac..2ec9d3d8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@mochify/cli", - "version": "0.1.2", + "version": "0.2.0", "description": "Run mocha tests in headless browsers from the command line", "homepage": "https://github.com/mantoni/mochify.js", "bin": { diff --git a/package-lock.json b/package-lock.json index 3395f8e3..9eb6666d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "cli": { "name": "@mochify/cli", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "dependencies": { "@mochify/mochify": "^0.1.1 || ^0.2.0 || ^0.3.0",