diff --git a/library.json b/library.json index 72be601..a6a3ffb 100755 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/JoaoLopesF/RemoteDebug.git" }, - "version": "3.0.0", + "version": "3.0.2", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 343cb13..4fabecb 100755 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RemoteDebug -version=3.0.0 +version=3.0.2 author=Joao Lopes maintainer=Joao Lopes sentence=Remote debug over telnet for Arduino ESP8266 and ESP32 diff --git a/src/RemoteDebug.cpp b/src/RemoteDebug.cpp index 87a8348..be35e72 100644 --- a/src/RemoteDebug.cpp +++ b/src/RemoteDebug.cpp @@ -8,6 +8,7 @@ * * Versions: * ------ ---------- ----------------- + * 3.0.2 2019-03-16 Adjustments in examples, added one for debugger * 3.0.1 2019-03-13 Adjustments in silente mode * Commands from RemoteDebugApp now is treated * Adusts to RemoteDebugger support connection by web sockets @@ -79,7 +80,7 @@ ///// Defines -#define VERSION "3.0.1" +#define VERSION "3.0.2" ///// Includes