From c0bd0c90ab1c185dc27618a364e0561bbc6962c3 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Sun, 27 Jan 2019 12:18:47 -0800 Subject: Bumping version to 3.2.5 --- FastLED.h | 6 +++--- library.json | 2 +- library.properties | 2 +- release_notes.md | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/FastLED.h b/FastLED.h index 8067cbf7..8571db89 100644 --- a/FastLED.h +++ b/FastLED.h @@ -8,12 +8,12 @@ #define FASTLED_HAS_PRAGMA_MESSAGE #endif -#define FASTLED_VERSION 3002004 +#define FASTLED_VERSION 3002005 #ifndef FASTLED_INTERNAL # ifdef FASTLED_HAS_PRAGMA_MESSAGE -# pragma message "FastLED version 3.002.004" +# pragma message "FastLED version 3.002.005" # else -# warning FastLED version 3.002.004 (Not really a warning, just telling you here.) +# warning FastLED version 3.002.005 (Not really a warning, just telling you here.) # endif #endif diff --git a/library.json b/library.json index 3e0e423a..d11a637b 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/FastLED/FastLED.git" }, - "version": "3.2.4", + "version": "3.2.5", "license": "MIT", "homepage": "http://fastled.io", "frameworks": "arduino", diff --git a/library.properties b/library.properties index d17dab7a..ee6180de 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastLED -version=3.2.4 +version=3.2.5 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 ab597022..d33f4e05 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,8 @@ +FastLED 3.2.5 +============= + +* Fix for SAMD51 based boards (a SAMD21 optimization broke the D51 builds, now D51 is a separate platform) + FastLED 3.2.4 ============= -- cgit v1.2.3