From 03d12093a92ee2b64fabb03412aa0c3e4f6384dd Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 12 Sep 2016 21:55:44 -0700 Subject: Bumping library version to 3.1.3 --- FastLED.h | 6 +++--- library.properties | 2 +- release_notes.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FastLED.h b/FastLED.h index 069f3d15..2e11bc6b 100644 --- a/FastLED.h +++ b/FastLED.h @@ -11,12 +11,12 @@ #define FASTLED_HAS_PRAGMA_MESSAGE #endif -#define FASTLED_VERSION 3001001 +#define FASTLED_VERSION 3001003 #ifndef FASTLED_INTERNAL # ifdef FASTLED_HAS_PRAGMA_MESSAGE -# pragma message "FastLED version 3.001.001" +# pragma message "FastLED version 3.001.003" # else -# warning FastLED version 3.001.001 (Not really a warning, just telling you here.) +# warning FastLED version 3.001.003 (Not really a warning, just telling you here.) # endif #endif diff --git a/library.properties b/library.properties index db96f3c9..220d7f6b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastLED -version=3.1.1 +version=3.1.3 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 d857be80..21cfd779 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,4 @@ -FastLED3.1.2pre +FastLED3.1.3 =============== * Add SK6822 timings -- cgit v1.2.3