From e91acbb4f1c85877211efb4fb3a87ae9fbd8fa4c Mon Sep 17 00:00:00 2001 From: davidlmorris Date: Fri, 23 Aug 2024 12:37:54 +0800 Subject: [PATCH] update version libs update version libs to 1.2.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index d956717..abf2572 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "debuggery", - "version": "1.1.9", + "version": "1.2.0", "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 54679d1..8f72fd2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=debuggery -version=1.1.9 +version=1.2.0 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.