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-08-19 02:36:26 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-08-19 02:36:26 +0300
commit24311f4fac7e3dfd28c34e134950d92dbbd103a4 (patch)
tree5b66a458d5f230531eb53f4357ee1f0fe2389124
parent3e9628634c448697c9b756fda950be7b03817c65 (diff)
Spinning 3.3.1 release to get some bug fixes in3.3.1
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md6
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 <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 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