From 4e64f9410131a53283ea4b9cfc8f411fef197d01 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 21 Feb 2022 13:20:55 +0000 Subject: [PATCH] Arduino version numbers --- arduino/library.json | 2 +- arduino/library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arduino/library.json b/arduino/library.json index 54c463ed..c164d88e 100644 --- a/arduino/library.json +++ b/arduino/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library - Arduino", - "version": "20.24.0", + "version": "20.24.1", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library.properties b/arduino/library.properties index fb2bbff8..c882d346 100644 --- a/arduino/library.properties +++ b/arduino/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library - Arduino -version=20.24.0 +version=20.24.1 author= John Wellbelove maintainer=John Wellbelove license=MIT