From 24311f4fac7e3dfd28c34e134950d92dbbd103a4 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Sun, 18 Aug 2019 16:36:26 -0700 Subject: Spinning 3.3.1 release to get some bug fixes in --- FastLED.h | 6 +++--- library.json | 2 +- library.properties | 2 +- release_notes.md | 6 ++++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/FastLED.h b/FastLED.h index 48a64463..cafbdb78 100644 --- a/FastLED.h +++ b/FastLED.h @@ -8,12 +8,12 @@ #define FASTLED_HAS_PRAGMA_MESSAGE #endif -#define FASTLED_VERSION 3003000 +#define FASTLED_VERSION 3003001 #ifndef FASTLED_INTERNAL # ifdef FASTLED_HAS_PRAGMA_MESSAGE -# pragma message "FastLED version 3.003.000" +# pragma message "FastLED version 3.003.001" # else -# warning FastLED version 3.003.000 (Not really a warning, just telling you here.) +# warning FastLED version 3.003.001 (Not really a warning, just telling you here.) # endif #endif diff --git a/library.json b/library.json index 312e29bf..b95708ab 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/FastLED/FastLED.git" }, - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "homepage": "http://fastled.io", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 8f2dd95d..b6f22eb8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastLED -version=3.3.0 +version=3.3.1 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 aa858dc0..c18c95ca 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,9 @@ +FastLED 3.3.1 +============= + +* Fix teensy build issue +* Bring in sam's RMT timing fix + FastLED 3.3.0 ============== * Preliminary Teensy 4 support -- cgit v1.2.3