diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-03 15:09:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-09-03 15:09:21 +0300 |
commit | 5026375ba43e7c6bdffbab1d38cd72a3ddb2c0ad (patch) | |
tree | 08d462ff08adc2e0ee1f7c4cdb2fed656155fdeb | |
parent | 04479075d9a35fc6a01ae91f714524023fe99e16 (diff) | |
download | electron-hot-reload-5026375ba43e7c6bdffbab1d38cd72a3ddb2c0ad.tar.xz electron-hot-reload-5026375ba43e7c6bdffbab1d38cd72a3ddb2c0ad.zip |
Updated a version package
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 015aa3f..749c779 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "It is a simple method to restart your application.", "name": "electron-hot-reload", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "repository": "git@github.com:valentineus/electron-hot-reload.git", "author": { |