From a346de18a09ad4471c6cc8bbefe4eb8bcf863d32 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 3 Jul 2019 09:42:35 -0700 Subject: Rev 3.2.10 to add a couple more platform defs and bug fixes --- FastLED.h | 4 ++-- library.json | 2 +- library.properties | 2 +- release_notes.md | 6 ++++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/FastLED.h b/FastLED.h index 8fe2b55c..b4302662 100644 --- a/FastLED.h +++ b/FastLED.h @@ -11,9 +11,9 @@ #define FASTLED_VERSION 3002009 #ifndef FASTLED_INTERNAL # ifdef FASTLED_HAS_PRAGMA_MESSAGE -# pragma message "FastLED version 3.002.009" +# pragma message "FastLED version 3.002.010" # else -# warning FastLED version 3.002.009 (Not really a warning, just telling you here.) +# warning FastLED version 3.002.010 (Not really a warning, just telling you here.) # endif #endif diff --git a/library.json b/library.json index ca8f09e8..bcdd1756 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/FastLED/FastLED.git" }, - "version": "3.2.9", + "version": "3.2.10", "license": "MIT", "homepage": "http://fastled.io", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 25460b1e..93c90e0f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastLED -version=3.2.9 +version=3.2.10 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 ae9075c0..81d16f33 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,9 @@ +FastLED 3.2.10 +============== +* Adafruit Metro M4 Airlift support +* Arduino Nano 33 IOT preliminary definitions +* Bug fixes + FastLED 3.2.9 ============= * Update ItsyBitsy support -- cgit v1.2.3