Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FastLED.h6
-rw-r--r--library.properties2
-rw-r--r--release_notes.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index 069f3d15..2e11bc6b 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,12 +11,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3001001
+#define FASTLED_VERSION 3001003
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.001.001"
+# pragma message "FastLED version 3.001.003"
# else
-# warning FastLED version 3.001.001 (Not really a warning, just telling you here.)
+# warning FastLED version 3.001.003 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.properties b/library.properties
index db96f3c9..220d7f6b 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.1.1
+version=3.1.3
author=Daniel Garcia
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.
diff --git a/release_notes.md b/release_notes.md
index d857be80..21cfd779 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,4 +1,4 @@
-FastLED3.1.2pre
+FastLED3.1.3
===============
* Add SK6822 timings