Skip to content

Commit

Permalink
set version to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Dec 4, 2024
1 parent 4902d7f commit e8d9891
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-b7",
"version": "0.15.0-dev",
"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-b7
@version 0.15.0-dev
@author Christian Schwinne
*/

// version code in format yymmddb (b = daily build)
#define VERSION 2410270
#define VERSION 2412040

//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 e8d9891

Please sign in to comment.