From 0aa3d11aabf71041baef1640080ed3f6b8287364 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 1 Sep 2024 21:12:30 -0700 Subject: [PATCH] inc version (#832) --- examples/animations/NeoPixelAnimation/NeoPixelAnimation.ino | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/animations/NeoPixelAnimation/NeoPixelAnimation.ino b/examples/animations/NeoPixelAnimation/NeoPixelAnimation.ino index 303bdebf..9c60149c 100644 --- a/examples/animations/NeoPixelAnimation/NeoPixelAnimation.ino +++ b/examples/animations/NeoPixelAnimation/NeoPixelAnimation.ino @@ -180,7 +180,7 @@ void SetupAnimationSet() // // we use this progress value to define how we want to animate in this case // we call RgbColor::LinearBlend which will return a color blended between - // the values given, by the amount passed, hich is also a float value from 0.0-1.0. + // the values given, by the amount passed, which is also a float value from 0.0-1.0. // then we set the color. // // There is no need for the MyAnimationState struct as the compiler takes care diff --git a/library.json b/library.json index 99190696..6b033e2a 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Makuna/NeoPixelBus" }, - "version": "2.8.0", + "version": "2.8.1", "frameworks": "arduino", "platforms": "*", "dependencies": [ diff --git a/library.properties b/library.properties index 661eaca9..9c06c36f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NeoPixelBus by Makuna -version=2.8.0 +version=2.8.1 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.