diff --git a/package-lock.json b/package-lock.json index 88a0676..c39b08a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shelly-commander", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd729bc..beeb3ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shelly-commander", "description": "An app to find shelly devices within a specified IP range", - "version": "0.2.0", + "version": "0.3.0", "scripts": { "clean": "rimraf dist coverage", "start": "ng serve --open",