Skip to content

Commit

Permalink
update version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz authored Dec 10, 2024
1 parent d7bebc2 commit 32864d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-rc1",
"version": "0.15.0",
"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,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.15.0-cr1
@version 0.15.0
@author Christian Schwinne
*/

// version code in format yymmddb (b = daily build)
#define VERSION 2411250
#define VERSION 2412100

//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
Expand Down

0 comments on commit 32864d8

Please sign in to comment.