diff --git a/docs/Changelog.md b/docs/Changelog.md index 1175eaa..513652a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). -## 2.2.0 (2020-09-14) +## 2.2.1 (2020-09-14) * Feature: MQTT support. Read the [MQTT documentation](https://github.com/hjdhjd/homebridge-myq/blob/master/docs/MQTT.md) for more information. * Improved responsiveness when we know certain events are happening. * Housekeeping and general improvements. diff --git a/package-lock.json b/package-lock.json index 06b256d..95f68c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-myq", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5291828..2277779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-myq", - "version": "2.2.0", + "version": "2.2.1", "displayName": "Homebridge myQ", "description": "HomeKit integration of myQ enabled devices such as those from LiftMaster and Chamberlain.", "author": "HJD https://github.com/hjdhjd",