From fa69af298a3be6b2ddcad7fc2a648f54a6bb9a63 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 12 Dec 2021 17:06:24 +0000 Subject: [PATCH] Bump to pickup PR and fix python 3 --- hardware/neopixel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/neopixel/package.json b/hardware/neopixel/package.json index 0467bcad..f11fb6b4 100644 --- a/hardware/neopixel/package.json +++ b/hardware/neopixel/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pi-neopixel", - "version" : "0.1.2", + "version" : "1.0.0", "description" : "A Node-RED node to output to a neopixel (ws2812) string of LEDS from a Raspberry Pi.", "dependencies" : { },