diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index df78f6354..eab55e9bc 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,6 +1,10 @@ -/* 6.3.0 20181030 +/* 6.3.0.1 20181031 + * Add wifi status to Tuya (#4221) + * Add default sleep 1 to sonoff-basic to lower enrgy consumption (#4217) + * + * 6.3.0 20181030 * Release of v6.3.0 - * + * * 6.2.1.20 20181028 * Add command SetOption35 0..255 (seconds) to delay mDNS initialization to control possible Wifi connect problems * Add command SetOption53 0/1 to toggle gui display of Hostname and IP address (#1006, #2091) diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index 44aa85be4..bdaee2f86 100644 --- a/sonoff/sonoff_version.h +++ b/sonoff/sonoff_version.h @@ -20,7 +20,7 @@ #ifndef _SONOFF_VERSION_H_ #define _SONOFF_VERSION_H_ -#define VERSION 0x06030000 +#define VERSION 0x06030001 #define D_PROGRAMNAME "Sonoff-Tasmota" #define D_AUTHOR "Theo Arends"