From 2f210122074145000741488ec5946a123c34a294 Mon Sep 17 00:00:00 2001 From: Thomas Hirschberger Date: Fri, 24 Nov 2023 19:03:50 +0100 Subject: [PATCH] changed version to 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b4fbc3..d27cd11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MMM-LEDStripControl", - "version": "0.0.2", + "version": "0.0.3", "description": "A MagicMirror² module to control WS28XX LED strips with notifications. A module to convert the notifications into MQTT commands like MMM-MQTTbridge is needed to communicate with the LED strip.", "main": "MMM-LEDStripControl", "dependencies": {},