From 9762439c85e5add538ee37c2ba6a80c146942de0 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 4 Feb 2019 16:55:39 -0800 Subject: [PATCH] Increment version (#251) --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index cd7b8e12..515ef101 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/Makuna/NeoPixelBus" }, - "version": "2.4.1", + "version": "2.4.2", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index c13fff4e..83d27bc2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NeoPixelBus by Makuna -version=2.4.1 +version=2.4.2 author=Michael C. Miller (makuna@live.com) maintainer=Michael C. Miller (makuna@live.com) sentence=A library that makes controlling NeoPixels (WS2811, WS2812, WS2813 & SK6812) and DotStars (APA102) easy.