Skip to content

Commit

Permalink
Bumping version number to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Garcia committed Sep 8, 2018
1 parent d7007f4 commit 691ccdc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FastLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif

#define FASTLED_VERSION 3002000
#define FASTLED_VERSION 3002001
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
# pragma message "FastLED version 3.002.000"
# pragma message "FastLED version 3.002.001"
# else
# warning FastLED version 3.002.000 (Not really a warning, just telling you here.)
# warning FastLED version 3.002.001 (Not really a warning, just telling you here.)
# endif
#endif

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"homepage": "https://fastled.io",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FastLED
version=3.2.0
version=3.2.1
author=Daniel Garcia
maintainer=Daniel Garcia <[email protected]>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
Expand Down
8 changes: 8 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
FastLED 3.2.1
=============
* ATmega644P support
* Adafruit Hallowwing (Thanks to Lady Ada)
* Improved STM 32 support
* Some user contributed cleanups
* ESP32 APA102 output fix

FastLED3.2
==========
* ESP32 support with improved output and parallel output options (thanks Sam Guyer!)
Expand Down

0 comments on commit 691ccdc

Please sign in to comment.