Skip to content

Commit

Permalink
0.4.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaturn committed Dec 4, 2022
1 parent 5867a24 commit 3f4b9cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/console/console.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <TinyConsole.h> // https://github.com/hsaturn/TinyConsole
#include <MqttStreaming.h> // https://github.com/hsaturn/TinyMqtt
#include <TinyStreaming.h> // https://github.com/hsaturn/TinyMqtt

void onCommand(const std::string &cmd)
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TinyConsole
version=0.4.1
version=0.4.2
author=Francois BIOT, HSaturn, <[email protected]>
maintainer=Francois BIOT, HSaturn, <[email protected]>
sentence=A tiny command line and term handler
Expand Down
2 changes: 1 addition & 1 deletion src/TinyConsole.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "TinyConsole.h"
#include <MqttStreaming.h>
#include <TinyStreaming.h>

#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
TinyConsole Console;
Expand Down
2 changes: 1 addition & 1 deletion src/TinyStreaming.h
Original file line number Diff line number Diff line change
@@ -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)
**/

Expand Down

0 comments on commit 3f4b9cc

Please sign in to comment.