Skip to content

Commit 03d1209

Browse files
committed
Bumping library version to 3.1.3
1 parent 9425805 commit 03d1209

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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 3001001
14+
#define FASTLED_VERSION 3001003
1515
#ifndef FASTLED_INTERNAL
1616
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
17-
# pragma message "FastLED version 3.001.001"
17+
# pragma message "FastLED version 3.001.003"
1818
# else
19-
# warning FastLED version 3.001.001 (Not really a warning, just telling you here.)
19+
# warning FastLED version 3.001.003 (Not really a warning, just telling you here.)
2020
# endif
2121
#endif
2222

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastLED
2-
version=3.1.1
2+
version=3.1.3
33
author=Daniel Garcia
44
maintainer=Daniel Garcia <dgarcia@fastled.io>
55
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FastLED3.1.2pre
1+
FastLED3.1.3
22
===============
33

44
* Add SK6822 timings

0 commit comments

Comments
 (0)