Skip to content

Commit 5fab3aa

Browse files
committed
MEK: v3.1.8, with fixed version number for library manager
1 parent faa3f55 commit 5fab3aa

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

FastLED.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#define FASTLED_HAS_PRAGMA_MESSAGE
1212
#endif
1313

14-
#define FASTLED_VERSION 3001007
14+
#define FASTLED_VERSION 3001008
1515
#ifndef FASTLED_INTERNAL
1616
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
17-
# pragma message "FastLED version 3.001.007"
17+
# pragma message "FastLED version 3.001.008"
1818
# else
19-
# warning FastLED version 3.001.007 (Not really a warning, just telling you here.)
19+
# warning FastLED version 3.001.008 (Not really a warning, just telling you here.)
2020
# endif
2121
#endif
2222

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/FastLED/FastLED.git"
2020
},
21-
"version": "3.1.7",
21+
"version": "3.1.8",
2222
"license": "MIT",
2323
"homepage": "http://fastled.io",
2424
"frameworks": "arduino",

release_notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
3.1.7
1+
3.1.8
22
* Added support for Adafruit Circuit Playground Express (Thanks to Lady Ada)
33
* Improved support for Adafruit Gemma and Trinket m0 (Thanks to Lady Ada)
44
* Added support for PJRC's WS2812Serial (Thanks to Paul Stoffregen)
55
* Added support for ATmega328 non-picopower hardware pins (Thanks to John Whittington)
66
* Fixes for ESP32 support (Thanks to Daniel Tullemans)
77
* 'Makefile' compilation fix (Thanks to Nico Hood)
88

9+
3.1.7 (skipped)
10+
911
3.1.6
1012
* Preliminary support for esp32
1113
* Variety of random bug fixes

0 commit comments

Comments
 (0)