From 3f4b9ccd134451c3c25d2def79da794068508884 Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Sun, 4 Dec 2022 02:33:46 +0100 Subject: [PATCH] 0.4.2 bump --- examples/console/console.ino | 2 +- library.properties | 2 +- src/TinyConsole.cpp | 2 +- src/TinyStreaming.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/console/console.ino b/examples/console/console.ino index 464ebcb..41e77b1 100644 --- a/examples/console/console.ino +++ b/examples/console/console.ino @@ -1,5 +1,5 @@ #include // https://github.com/hsaturn/TinyConsole -#include // https://github.com/hsaturn/TinyMqtt +#include // https://github.com/hsaturn/TinyMqtt void onCommand(const std::string &cmd) { diff --git a/library.properties b/library.properties index a0ef4d1..595ef38 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyConsole -version=0.4.1 +version=0.4.2 author=Francois BIOT, HSaturn, maintainer=Francois BIOT, HSaturn, sentence=A tiny command line and term handler diff --git a/src/TinyConsole.cpp b/src/TinyConsole.cpp index f91cff4..ce4b1b8 100644 --- a/src/TinyConsole.cpp +++ b/src/TinyConsole.cpp @@ -1,5 +1,5 @@ #include "TinyConsole.h" -#include +#include #if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL) TinyConsole Console; diff --git a/src/TinyStreaming.h b/src/TinyStreaming.h index 4918db4..2ee2b4f 100644 --- a/src/TinyStreaming.h +++ b/src/TinyStreaming.h @@ -1,4 +1,4 @@ -/* MqttStreaming.h - Fork of Streaming.h adding std::string and with some minor fixes +/* TinyStreaming.h - Fork of Streaming.h adding std::string and with some minor fixes * (I have to speek to the author in order to include my changes to his library if possible) **/