diff --git a/library.json b/library.json index b980653..269fdf9 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Console", - "version": "1.6.7", + "version": "1.6.8", "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 f333f41..d24f94b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Console -version=1.6.7 +version=1.6.8 author=Gunce Akkoyun maintainer=Gunce Akkoyun sentence=Arduino based VT100 comparable serial console library.