From 4b62532e6bbec3f3bba0978dfe7703810f36a97c Mon Sep 17 00:00:00 2001 From: jsiegenthaler Date: Mon, 27 Nov 2023 13:53:23 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e4e966..027bf23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hueget", - "version": "0.6.5", + "version": "0.6.6", "description": "A simple API that converts the Philips Hue API PUT to GET requests, allowing control of Philips Hue lights via http GET requests", "main": "hueget.js", "scripts": {