From 34c39214ae6ef01c882fbcb3f63fefe36befdcc3 Mon Sep 17 00:00:00 2001 From: Johann Richard <189003+johannrichard@users.noreply.github.com> Date: Sat, 28 Nov 2020 11:49:40 +0100 Subject: [PATCH] fix(build): keep version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a990b4..01a3744 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge dingz Plugin", "name": "homebridge-dingz", - "version": "2.0.0-nightly.16", + "version": "1.8.2", "author": "johannrichard", "description": "Homebridge Plugin for dingz & myStrom Devices. Implements some (but not all, due to API limitations) functions of a [dingz](https://dingz.ch) Smart Home Device.", "license": "Apache-2.0",