From 26c5e7eb6da50e2fd1c1ae8f47b802a53bf021c5 Mon Sep 17 00:00:00 2001 From: Alessandro <66976091+alessandromrc@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:12:55 +0200 Subject: [PATCH 1/2] Update library.properties update library version to 1.0.4 --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 62945d2..6c4385a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Tweakly -version=1.0.3 +version=1.0.4 author=Mirko Pacioni maintainer=Mirko Pacioni sentence=A bizarre library, with the familiarity of Wiring and the power of real-time processes, advanced pin functions, and bouncing free. @@ -7,4 +7,4 @@ paragraph=This library allows you to write Wiring code on Arduino and similar, o category=Timing url=https://www.filoconnesso.it/tweakly architectures=* -includes=Tweakly.h \ No newline at end of file +includes=Tweakly.h From 5fc4a76abd0b497cc13e7ea0455e1556664b2a13 Mon Sep 17 00:00:00 2001 From: Alessandro <66976091+alessandromrc@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:40:42 +0200 Subject: [PATCH 2/2] Update library.properties