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:
authorMark Kriegsman <kriegsman@users.noreply.github.com>2018-01-13 03:14:19 +0300
committerMark Kriegsman <kriegsman@users.noreply.github.com>2018-01-13 03:14:19 +0300
commit5fab3aac701f15ed1c6f4e6059ca68dbfdf2c14c (patch)
tree705667383a98c47833dfc0c365759aba8f5a9501
parentfaa3f556898d022252fc20e2f44cf1aa0fdc7898 (diff)
MEK: v3.1.8, with fixed version number for library manager3.1.8
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--release_notes.md4
3 files changed, 7 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index 3d267666..cb654f55 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,12 +11,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3001007
+#define FASTLED_VERSION 3001008
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.001.007"
+# pragma message "FastLED version 3.001.008"
# else
-# warning FastLED version 3.001.007 (Not really a warning, just telling you here.)
+# warning FastLED version 3.001.008 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 49d4197f..b930d94c 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.1.7",
+ "version": "3.1.8",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/release_notes.md b/release_notes.md
index 75190fad..403ff230 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,4 +1,4 @@
-3.1.7
+3.1.8
* Added support for Adafruit Circuit Playground Express (Thanks to Lady Ada)
* Improved support for Adafruit Gemma and Trinket m0 (Thanks to Lady Ada)
* Added support for PJRC's WS2812Serial (Thanks to Paul Stoffregen)
@@ -6,6 +6,8 @@
* Fixes for ESP32 support (Thanks to Daniel Tullemans)
* 'Makefile' compilation fix (Thanks to Nico Hood)
+3.1.7 (skipped)
+
3.1.6
* Preliminary support for esp32
* Variety of random bug fixes