Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoffian committed May 18, 2023
1 parent 380b3ce commit fa46aac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge JVC DLA Projector",
"name": "homebridge-jvc-dla",
"version": "1.0.3",
"version": "1.1.0",
"description": "A Homebridge plugin to control JVC DLA projectors",
"main": "index.js",
"repository": {
Expand All @@ -15,10 +15,10 @@
"lint": "prettier -w *.js && eslint --fix *.js"
},
"files": [
"config.schema.json",
"index.js",
"jvc.js",
"ping.js"
"config.schema.json",
"index.js",
"jvc.js",
"ping.js"
],
"keywords": [
"homebridge-plugin",
Expand Down

0 comments on commit fa46aac

Please sign in to comment.