Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-01-20 06:04:56 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-01-20 06:04:56 +0300
commitfece62ec8001b6aa75903cfabb4da51f59e004bd (patch)
treea1f1178221044b926986993f567105770e025ec8
parent145b1b47a730cfe57909ebd5996e32b555852add (diff)
Bump version number to 3.2.23.2.2
-rw-r--r--FastLED.h4
-rw-r--r--library.json2
-rw-r--r--library.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/FastLED.h b/FastLED.h
index 4ddccdb3..79f76396 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,9 +11,9 @@
#define FASTLED_VERSION 3002001
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.001"
+# pragma message "FastLED version 3.002.002"
# else
-# warning FastLED version 3.002.001 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.002 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 7b950c58..9d153342 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.1",
+ "version": "3.2.2",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index 3ec48fa7..a01831a1 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.1
+version=3.2.2
author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.