Skip to content

Commit

Permalink
Version & build bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Dec 30, 2024
1 parent 7de8b45 commit 178f05f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wled",
"version": "0.15.0-b7",
"version": "0.15.1-b1",
"description": "Tools for WLED project",
"main": "tools/cdata.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions wled00/wled.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.15.0-b7
@version 0.15.1-b1
@author Christian Schwinne
*/

// version code in format yymmddb (b = daily build)
#ifndef AUTOBUILD
#define VERSION 2412070
#define VERSION 2412300
#else
#define VERSION BUILD
#endif
Expand Down

0 comments on commit 178f05f

Please sign in to comment.