0.15.0-rc1

This commit is contained in:
Will Tatam 2024-11-15 20:27:30 +00:00
parent af34da4160
commit d2d56ebbd2
4 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,8 @@
## WLED changelog
#### Build 2411150
- WLED 0.15.0-rc1 release
#### Build 2410270
- WLED 0.15.0-b7 release
- Re-license the WLED project from MIT to EUPL (#4194 by @Aircoookie)

6
package-lock.json generated
View File

@ -1,18 +1,18 @@
{
"name": "wled",
"version": "0.15.0-b7",
"version": "0.15.0-rc1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wled",
"version": "0.15.0-b7",
"version": "0.15.0-rc1",
"license": "ISC",
"dependencies": {
"clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0",
"inliner": "^1.13.1",
"nodemon": "^3.0.2"
"nodemon": "^3.1.7"
}
},
"node_modules/@jridgewell/gen-mapping": {

View File

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

View File

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2410270
#define VERSION 2411150
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG