Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteidlD authored Jun 15, 2020
1 parent 2e228fa commit a3696ae
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-inkbird-bt-thsensor",
"version": "0.2.0",
"description": "A homebridge-plugin for the Inkbird bluetooth temperature and humidity sensors.",
"version": "0.3.0",
"description": "A homebridge-plugin for the Inkbird bluetooth temperature and humidity sensors with Eve history.",
"displayName": "Homebridge Inkbird temperature and humidity sensors",
"author": "D. Steidl",
"main": "index.js",
Expand All @@ -18,13 +18,16 @@
"temperature",
"humidity",
"sensor",
"Inkbird",
"IBS-TH1",
"homebridge"
],
"dependencies": {
"@abandonware/noble": "^1.9.2-9"
},
"license": "GPL-3.0",
"@abandonware/noble": "^1.9.2-9",
"moment": "^2.18.1",
"fakegato-history": "^0.5.1"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SteidlD/homebridge-inkbird-bt-thsensor/issues"
},
Expand Down

0 comments on commit a3696ae

Please sign in to comment.