From 425b981b64d18802c2c5c1e3745f0147a89ce13d Mon Sep 17 00:00:00 2001 From: Vishal Doshi Date: Sat, 1 Feb 2020 04:43:30 +0530 Subject: [PATCH] 0.0.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0c9b76..a2dd905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "open-in-browser", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f97231..0daae55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-in-browser", - "version": "0.0.4", + "version": "0.0.5", "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"