Skip to content

Commit 00f5471

Browse files
committed
Build bump, changelog udate
1 parent bff6697 commit 00f5471

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## WLED changelog
22

3-
#### Build 2403290
3+
#### Build 2404040
44
- WLED 0.14.3 release
55
- Fix for transition 0 (#3854, #3832, #3720)
6+
- Fix for #3855 via #3873 (by @willmmiles)
67

78
#### Build 2403170
89
- WLED 0.14.2 release

wled00/wled.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/*
44
Main sketch, global variable declarations
55
@title WLED project sketch
6-
@version 0.14.2
6+
@version 0.14.3
77
@author Christian Schwinne
88
*/
99

1010
// version code in format yymmddb (b = daily build)
11-
#define VERSION 2403290
11+
#define VERSION 2404040
1212

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

0 commit comments

Comments
 (0)