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-31 02:23:16 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-01-31 02:23:16 +0300
commit6af86cea6cbe110b0ec9432c52db9e74d1704717 (patch)
treec7b8a9aaa2e26d6882eb623d36814cf709402ea0
parent53e39d9972696892124243572cc91d10498e3e9f (diff)
Bumping version3.2.6
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md5
4 files changed, 10 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index 8571db89..5bb07526 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002005
+#define FASTLED_VERSION 3002006
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.005"
+# pragma message "FastLED version 3.002.006"
# else
-# warning FastLED version 3.002.005 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.006 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index d11a637b..0e8eb2ea 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.5",
+ "version": "3.2.6",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index ee6180de..619b5095 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.5
+version=3.2.6
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.
diff --git a/release_notes.md b/release_notes.md
index d33f4e05..7590bbd6 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,8 @@
+FastLED 3.2.6
+=============
+
+* typo fix
+
FastLED 3.2.5
=============