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-21 02:29:16 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-01-21 02:29:16 +0300
commitfcb2030512b883c5bc574401b2025706c35976a7 (patch)
tree47492c902e8741de366f53a71568adde64bf27d0
parent8ac0c89f97e13771e3df3719b116c11a17d34b9c (diff)
bumping version number for typo3.2.3
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
3 files changed, 5 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index 79f76396..16d7bfe0 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002001
+#define FASTLED_VERSION 3002003
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.002"
+# pragma message "FastLED version 3.002.003"
# else
-# warning FastLED version 3.002.002 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.003 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 9d153342..ec226029 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.2",
+ "version": "3.2.3",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index a01831a1..5ab4103c 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.2
+version=3.2.3
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.