From 80a1ce2a4d7e09c883758ee65435bd8f636db606 Mon Sep 17 00:00:00 2001 From: David Miller Date: Wed, 22 Apr 2020 22:53:54 +0100 Subject: [PATCH] Version 1.1.10 --- docs/ReleaseNotes.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {