From 2f0b0f6a6bb3c7052ce5cab92f39c9dd1d43a3c5 Mon Sep 17 00:00:00 2001 From: Vishal Doshi Date: Tue, 4 Jun 2019 18:40:30 +0530 Subject: [PATCH] 0.0.4 --- 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 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"