From 1cc984c13ef0751062915cd43cbf470947375290 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 7 Jun 2019 10:13:33 -0700 Subject: [PATCH] Reving 3.2.8 to fix a build issue that come in with the 3.2.7 PR's --- FastLED.h | 6 +++--- library.json | 2 +- library.properties | 2 +- release_notes.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FastLED.h b/FastLED.h index d7934adeb..4b7cd7473 100644 --- a/FastLED.h +++ b/FastLED.h @@ -8,12 +8,12 @@ #define FASTLED_HAS_PRAGMA_MESSAGE #endif -#define FASTLED_VERSION 3002007 +#define FASTLED_VERSION 3002008 #ifndef FASTLED_INTERNAL # ifdef FASTLED_HAS_PRAGMA_MESSAGE -# pragma message "FastLED version 3.002.007" +# pragma message "FastLED version 3.002.008" # else -# warning FastLED version 3.002.007 (Not really a warning, just telling you here.) +# warning FastLED version 3.002.008 (Not really a warning, just telling you here.) # endif #endif diff --git a/library.json b/library.json index e7080e0da..6d0a498d3 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/FastLED/FastLED.git" }, - "version": "3.2.7", + "version": "3.2.8", "license": "MIT", "homepage": "http://fastled.io", "frameworks": "arduino", diff --git a/library.properties b/library.properties index b827afe3b..cfd96b9fa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastLED -version=3.2.7 +version=3.2.8 author=Daniel Garcia maintainer=Daniel Garcia sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions. diff --git a/release_notes.md b/release_notes.md index 8e5240793..d1c409679 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,4 @@ -FastLED 3.2.7 +FastLED 3.2.8 ============= * Update ItsyBitsy support * Remove conflicting types courtesy of an esp8266 framework update