Bump version to 8.1.0.4

This commit is contained in:
Theo Arends 2020-01-16 11:35:48 +01:00
parent 5b797a8f4e
commit 0755ad488e
3 changed files with 6 additions and 2 deletions

View File

@ -52,7 +52,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog
### Version 8.1.0.3
### Version 8.1.0.4
- Change Lights: simplified gamma correction and 10 bits internal computation
- Change commands ``Prefix``, ``Ssid``, ``StateText``, ``NTPServer``, and ``FriendlyName`` displaying all items

View File

@ -1,5 +1,9 @@
## Unreleased (development)
### 8.1.0.4 20200116
- Bump version
### 8.1.0.3 20200106
- Change commands ``Prefix``, ``Ssid``, ``StateText``, ``NTPServer``, and ``FriendlyName`` displaying all items

View File

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