We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4902d7f commit e8d9891Copy full SHA for e8d9891
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wled",
3
- "version": "0.15.0-b7",
+ "version": "0.15.0-dev",
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-b7
+ @version 0.15.0-dev
7
@author Christian Schwinne
8
*/
9
10
// version code in format yymmddb (b = daily build)
11
-#define VERSION 2410270
+#define VERSION 2412040
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