Skip to content

Commit 4277d89

Browse files
committed
Updated version string.
1 parent 3364c48 commit 4277d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WindLight",
3-
"version": "0.1.0-dev",
3+
"version": "0.0.3-dev",
44
"description": "AiLight is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 onboard and controlled by the MY9291 LED driver.",
55
"license": "MIT",
66
"keywords": [

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define APP_NAME "WindLight"
14-
#define APP_VERSION "0.0.2-dev"
14+
#define APP_VERSION "0.0.3-dev"
1515
#define APP_AUTHOR "sebastian@bittr.nu"
1616

1717
#define DEVICE_MANUFACTURER "Ai-Thinker"

0 commit comments

Comments
 (0)