From f3df677c8a1a70406511e50b64c0d4c19543d4bd Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 5 Sep 2024 06:37:26 -0700 Subject: [PATCH] inc version (#835) --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 6b033e2..5e8d8b9 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Makuna/NeoPixelBus" }, - "version": "2.8.1", + "version": "2.8.2", "frameworks": "arduino", "platforms": "*", "dependencies": [ diff --git a/library.properties b/library.properties index 9c06c36..9d9c825 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NeoPixelBus by Makuna -version=2.8.1 +version=2.8.2 author=Michael C. Miller (makuna@live.com) maintainer=Michael C. Miller (makuna@live.com) sentence=A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.