Skip to content

Commit

Permalink
Reving 3.2.8 to fix a build issue that come in with the 3.2.7 PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Garcia committed Jun 7, 2019
1 parent cf8ce86 commit 1cc984c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions FastLED.h
Expand Up @@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE #define FASTLED_HAS_PRAGMA_MESSAGE
#endif #endif


#define FASTLED_VERSION 3002007 #define FASTLED_VERSION 3002008
#ifndef FASTLED_INTERNAL #ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE # ifdef FASTLED_HAS_PRAGMA_MESSAGE
# pragma message "FastLED version 3.002.007" # pragma message "FastLED version 3.002.008"
# else # else
# warning FastLED version 3.002.007 (Not really a warning, just telling you here.) # warning FastLED version 3.002.008 (Not really a warning, just telling you here.)
# endif # endif
#endif #endif


Expand Down
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -18,7 +18,7 @@
"type": "git", "type": "git",
"url": "https://github.com/FastLED/FastLED.git" "url": "https://github.com/FastLED/FastLED.git"
}, },
"version": "3.2.7", "version": "3.2.8",
"license": "MIT", "license": "MIT",
"homepage": "http://fastled.io", "homepage": "http://fastled.io",
"frameworks": "arduino", "frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=FastLED name=FastLED
version=3.2.7 version=3.2.8
author=Daniel Garcia author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io> 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. sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
Expand Down
2 changes: 1 addition & 1 deletion release_notes.md
@@ -1,4 +1,4 @@
FastLED 3.2.7 FastLED 3.2.8
============= =============
* Update ItsyBitsy support * Update ItsyBitsy support
* Remove conflicting types courtesy of an esp8266 framework update * Remove conflicting types courtesy of an esp8266 framework update
Expand Down

0 comments on commit 1cc984c

Please sign in to comment.