We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bebc2 commit 32864d8Copy full SHA for 32864d8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wled",
3
- "version": "0.15.0-rc1",
+ "version": "0.15.0",
4
"description": "Tools for WLED project",
5
"main": "tools/cdata.js",
6
"directories": {
wled00/wled.h
@@ -3,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
- @version 0.15.0-cr1
+ @version 0.15.0
7
@author Christian Schwinne
8
*/
9
10
// version code in format yymmddb (b = daily build)
11
-#define VERSION 2411250
+#define VERSION 2412100
12
13
//uncomment this if you have a "my_config.h" file you'd like to use
14
//#define WLED_USE_MY_CONFIG
0 commit comments