diff --git a/library.json b/library.json index 64381da..d2dfad1 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Console", - "version": "1.6.9", + "version": "1.6.10", "keywords": "Console, Serial, VT100, UART, Color, Terminal", "description": "Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream. Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set. Arduino based VT100 comparable serial console library.", "authors": diff --git a/library.properties b/library.properties index 30ecc8f..9960f3c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Console -version=1.6.9 +version=1.6.10 author=Gunce Akkoyun maintainer=Gunce Akkoyun sentence=Arduino based VT100 comparable serial console library.