diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 6e105c2..b9518f7 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -6,7 +6,7 @@ # Homebridge MQTT-Thing: Release Notes ### Version 1.1.10 -+ Fixed crash in 1.1.9 with confirmed publisher on/off acknowledgement ++ Fixed crash (inroduced in version 1.1.9) with confirmed publisher on/off acknowledgement ### Version 1.1.9 + Added persistencePath to historyOptions diff --git a/package.json b/package.json index cf966e4..7a35e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-mqttthing", - "version": "1.1.9", + "version": "1.1.10", "description": "Homebridge plugin supporting various services over MQTT", "main": "index.js", "scripts": {