diff --git a/library.json b/library.json index abf2572..64689ad 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "debuggery", - "version": "1.2.0", + "version": "1.2.1", "description": "A helper library for getting information (including an assert, and print macro) from Arduino including the Esp32 via the usual serial port.", "keywords": "debug,assert,macro,arduino,Esp32,serial,color serial print,board names", "homepage": "https://github.com/davidlmorris/debuggery", diff --git a/library.properties b/library.properties index 9f8d14c..5af717a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=debuggery -version=1.2.0 +version=1.2.1 author=David Morris maintainer=David Morris sentence=A helper library for getting information (including an assert and print macros) from Arduino including the Esp32 via the usual serial port.