diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index c9876ed4d..b3eb22098 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,8 +1,11 @@ -/* 6.3.0.1 20181031 +/* 6.3.0.2 20181101 + * Add minutes to commands Timezone to allow all possible world timezones + * + * 6.3.0.1 20181031 * Add wifi status to Tuya (#4221) * Add default sleep 1 to sonoff-basic to lower energy consumption (#4217) * Fix unintended function overload of WifiState - * Add minutes to commands Timezone to allow all possible world timezones + * Add delays to reduce CPU usage at boot time (#4233) * * 6.3.0 20181030 * Release of v6.3.0 diff --git a/sonoff/sonoff_version.h b/sonoff/sonoff_version.h index bdaee2f86..9e1a5d4fa 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 0x06030001 +#define VERSION 0x06030002 #define D_PROGRAMNAME "Sonoff-Tasmota" #define D_AUTHOR "Theo Arends"