Set version to 0.15.1.beta1

pull/4086/head^2
Will Tatam 2025-01-16 13:18:50 +00:00
rodzic 473700e4c0
commit 4e11ecda4b
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "wled", "name": "wled",
"version": "0.15.0", "version": "0.15.1.beta1",
"description": "Tools for WLED project", "description": "Tools for WLED project",
"main": "tools/cdata.js", "main": "tools/cdata.js",
"directories": { "directories": {

Wyświetl plik

@ -3,12 +3,11 @@
/* /*
Main sketch, global variable declarations Main sketch, global variable declarations
@title WLED project sketch @title WLED project sketch
@version 0.15.0
@author Christian Schwinne @author Christian Schwinne
*/ */
// version code in format yymmddb (b = daily build) // version code in format yymmddb (b = daily build)
#define VERSION 2412100 #define VERSION 2501160
//uncomment this if you have a "my_config.h" file you'd like to use //uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG //#define WLED_USE_MY_CONFIG