diff --git a/package-lock.json b/package-lock.json index ef53c4c..c055cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "open-in-browser", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35e4d3d..3f97231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-in-browser", - "version": "0.0.3", + "version": "0.0.4", "description": "Simple CLI tool using react-dev-tool's open in browser to open any URL in the computers default browser. If the page is already open, activate the tab instead of creating a new window.", "bin": { "open-in-browser": "bin/open.js"