From ec8b41903bd0be8edb0a8a0054f3377375751c59 Mon Sep 17 00:00:00 2001 From: arendst Date: Sat, 13 May 2017 13:09:54 +0200 Subject: [PATCH] v5.1.0 5.1.0 20170513 * Fix Offline/Removal of retained topic when FullTopic is changed * Add FullTopic to MQTT Configuration and Information web pages * Add license model GPLv3 (#188) --- README.md | 2 +- sonoff/_releasenotes.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 561968a0f..43bb4d51d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Sonoff-Tasmota Provide ESP8266 based Sonoff by [iTead Studio](https://www.itead.cc/) and ElectroDragon IoT Relay with Serial, Web and MQTT control allowing 'Over the Air' or OTA firmware updates using Arduino IDE. -Current version is **5.0.7** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_releasenotes.ino) for change information. +Current version is **5.1.0** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_releasenotes.ino) for change information. ### **** ATTENTION Version 5.0.x specific information **** diff --git a/sonoff/_releasenotes.ino b/sonoff/_releasenotes.ino index ae4e6bd09..449599b52 100644 --- a/sonoff/_releasenotes.ino +++ b/sonoff/_releasenotes.ino @@ -1,6 +1,6 @@ /* 5.1.0 20170513 * Fix Offline/Removal of retained topic when FullTopic is changed - * Add FullTopic to MQTT Configuration and Information web page + * Add FullTopic to MQTT Configuration and Information web pages * Add license model GPLv3 (#188) * * 5.0.7 20170511