Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelahern committed Mar 9, 2024
1 parent 4219e34 commit 7ceff4d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-wattbox-ip",
"displayName": "Homebridge WattBox",
"version": "0.2.0",
"version": "0.3.0",
"description": "A Homebridge plugin for WattBox IP Power devices.",
"keywords": [
"wattbox",
Expand Down Expand Up @@ -47,13 +47,13 @@
},
"devDependencies": {
"@types/node": "^20.0",
"@types/pubsub-js": "~1.8.6",
"@types/pubsub-js": "^1.8",
"@typescript-eslint/eslint-plugin": "^7.1",
"@typescript-eslint/parser": "^7.1",
"eslint": "^8.57",
"homebridge": "~1.7.0",
"homebridge": "~1.7",
"rimraf": "^5.0",
"typescript": "^5.3"
"typescript": "~5.3"
},
"engines": {
"homebridge": ">=1.6.0",
Expand Down

0 comments on commit 7ceff4d

Please sign in to comment.