Skip to content

Commit

Permalink
Spinning 3.3.1 release to get some bug fixes in
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Garcia committed Aug 18, 2019
1 parent 3e96286 commit 24311f4
Show file tree
Hide file tree
Showing 4 changed files with 11 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 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

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.3.0",
"version": "3.3.1",
"license": "MIT",
"homepage": "http://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.3.0
version=3.3.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
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24311f4

Please sign in to comment.