Prep release 8.3.0

This commit is contained in:
Theo Arends 2020-04-09 11:58:35 +02:00
parent ac7c8c210b
commit d080bb97b8
3 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog
### Version 8.2.1 Elliot
### Version 8.3.0 Fred
- Change HM-10 sensor type detection and add features (#7962)
- Change light scheme 2,3,4 cycle time speed from 24,48,72,... seconds to 4,6,12,24,36,48,... seconds (#8034)

View File

@ -2,9 +2,9 @@
## Released
### 8.2.1 20200410
### 8.3.0 20200420
- Release Elliot
- Release Fred
### 8.2.0.3 20200329

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x08020100;
const uint32_t VERSION = 0x08030000;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;