From e1fa1f3b5b59e261b1a4996cf8421bc8d4f95ee8 Mon Sep 17 00:00:00 2001 From: ghosty2004 Date: Sun, 30 Jun 2024 18:59:11 +0300 Subject: [PATCH] chore: Update package.json version to 1.2.1 and add homepage URL --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7b4343..c65ee21 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,10 @@ "private": false, "displayName": "Homebridge ConnectLife AC", "name": "homebridge-connectlife-ac", - "version": "1.2.0", + "version": "1.2.1", "description": "Control your ConnectLife air conditioner with Homebridge", "license": "Apache-2.0", + "homepage": "https://github.com/ghosty2004/homebridge-connectlife-ac", "repository": { "type": "git", "url": "git+https://github.com/ghosty2004/homebridge-connectlife-ac.git" @@ -15,7 +16,7 @@ }, "engines": { "node": "^18.17.0 || ^20.9.0", - "homebridge": "^1.8.0" + "homebridge": ">=1.7.0" }, "main": "dist/index.js", "scripts": {