From 9a1709591fd1ac5dce2166969cf31f049610cd38 Mon Sep 17 00:00:00 2001 From: Serge Wagener Date: Sat, 19 Feb 2022 13:36:38 +0100 Subject: [PATCH] Fixed package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 553f270..3241cfe 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,15 @@ "private": false, "displayName": "SmartHomeNG", "name": "homebridge-smarthomeng", - "version": "2.0.2", - "description": "A short description about what your plugin does.", + "version": "2.0.3", + "description": "SmartHomeNG plugin for Homebridge", "license": "Apache-2.0", "repository": { "type": "git", - "url": "git://github.com/Foxi352/homebridge-smarthomeng2.git" + "url": "git://github.com/Foxi352/homebridge-smarthomeng.git" }, "bugs": { - "url": "https://github.com/Foxi352/homebridge-smarthomeng2/issues" + "url": "https://github.com/Foxi352/homebridge-smarthomeng/issues" }, "engines": { "node": ">=14.18.1",