From de8404401a47a20c4bb101426f391581c15b25c8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 9 Apr 2016 14:43:34 +0300 Subject: [PATCH] Use tagged source code from repo --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index d4059da..4f1e339 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "NeoPixelBus by Makuna", + "name": "NeoPixelBus", "keywords": "NeoPixel, WS2811, WS2812, SK6812, RGB, RGBW", "description": "A library that makes controlling NeoPixels (WS2811, WS2812 & SK6812) easy. Supports most Arduino platforms. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. For Esp8266 it has three methods of sending data, DMA, UART, and Bit Bang.", "repository": @@ -7,6 +7,7 @@ "type": "git", "url": "https://github.com/Makuna/NeoPixelBus" }, + "version": "2.0.91", "frameworks": "arduino", "platforms": "*" }