From 69a9e4714d0677da9bd80c867a374baa6cca9fae Mon Sep 17 00:00:00 2001 From: Josh Leonard Date: Wed, 18 Mar 2020 09:26:22 -0600 Subject: [PATCH] chore: v1.6.0 This version fixes the following issues: fixes: #65 & fixes: #61 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e08d9b..a953f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-reload", - "version": "2.0.0", + "version": "1.6.0", "description": "Simplest way to reload an electron app on file changes!", "main": "main.js", "types": "main.d.ts",