From 45ee0bfa4b81af3d7c3b6fb7029d8ee9faac628b Mon Sep 17 00:00:00 2001 From: Adyanth Hosavalike Date: Mon, 16 Jan 2023 21:28:48 +0000 Subject: [PATCH] :bookmark: v1.0.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1829d58..bc8989f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-plugin-command", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-plugin-command", - "version": "1.0.4", + "version": "1.0.5", "license": "Apache-2.0", "engines": { "homebridge": ">=0.2.0", diff --git a/package.json b/package.json index 363a1f7..65c3515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-plugin-command", - "version": "1.0.4", + "version": "1.0.5", "description": "This Homebridge plugin enables you to create virtual switches that can run any custom command when it is turned on or off.", "main": "index.js", "scripts": {