diff --git a/library.json b/library.json index 1e9a1a7..bd67828 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "StreamDebugger", - "version": "0.1.0", + "version": "1.0.1", "description": "Debugger for Arduino Stream-based communication. This class is an Arduino Stream, that dumps all data to another Stream for debug purposes.", "keywords": "Stream, Serial, Debug", "authors": diff --git a/library.properties b/library.properties index c888a63..b625ae1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=StreamDebugger -version=1.0.0 +version=1.0.1 author=Volodymyr Shymanskyy maintainer=Volodymyr Shymanskyy sentence=Debugger for Arduino Stream-based communication