diff --git a/package-lock.json b/package-lock.json index a636917..c78fe90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shelly-commander", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shelly-commander", - "version": "0.6.0", + "version": "0.6.1", "dependencies": { "@angular/animations": "~12.2.0", "@angular/common": "~12.2.0", diff --git a/package.json b/package.json index f5d1410..1a80263 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.6.0", + "version": "0.6.1", "scripts": { "clean": "rimraf dist", "start": "ng serve --open",