Set version to 0.15.1.beta1

This commit is contained in:
Will Tatam 2025-01-16 13:18:50 +00:00
parent 473700e4c0
commit 4e11ecda4b
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -3,12 +3,11 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.15.0
@author Christian Schwinne
*/
// 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
//#define WLED_USE_MY_CONFIG