Skip to content

Commit

Permalink
chore: Update package.json version to 1.2.1 and add homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosty2004 committed Jun 30, 2024
1 parent 4fe7c20 commit e1fa1f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": {
Expand Down

0 comments on commit e1fa1f3

Please sign in to comment.