From 4ee257bcad87f715033ba7b8f464db66571294e2 Mon Sep 17 00:00:00 2001 From: Vitalik Gordon Date: Mon, 7 Dec 2020 00:21:38 +0300 Subject: [PATCH] 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97fc2e0..087f21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crx-hotreload", - "version": "1.0.4", + "version": "1.0.5", "description": "Watches for file changes in your Chrome extension's directory. When a change is detected, it reloads the extension and refreshes the active tab (to re-trigger the updated scripts).", "main": "hot-reload.js", "scripts": {