diff --git a/README.md b/README.md index 391ba06..b696b22 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ config example: "broker_url": "mqtt://localhost", "username": "user", "password": "pass", - "retain": false + "retain": false }, "devices": [ { @@ -177,12 +177,12 @@ Note: This command may vary depending on your OS (e.g. Linux, macOS, CygWin). If ## Changelog [1.2.4] + - Updated NPM dependency versions to more current (~2 years old!) - Defined fsevents as optional for linux based platforms - as of 4/26/2021 "found 0 vulnerabilities" - UDP Datagram warning is fixed with later versions - [1.2.3] - Fix run script for single device with same configuration diff --git a/config.json b/config.json index 3347459..f03ac54 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Gree HVAC MQTT bridge", - "version": "1.2.3", + "version": "1.2.4", "slug": "gree_hvac_mqtt_bridge", "description": "Hass.io addon for controlling Gree air conditioners using the MQTT climate platform", "url": "https://github.com/aaronsb/gree-hvac-mqtt-bridge", diff --git a/package-lock.json b/package-lock.json index 5532ab9..b1aaf63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gree-hvac-mqtt-bridge", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": {