From c771c9b63306ce6162b725b4b50cf0c5445f91b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Stehl=C3=ADk?= Date: Sun, 2 May 2021 19:53:27 +0200 Subject: [PATCH] ver++ --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 5879b94..1971f75 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/joysfera/arduino-tasker" }, - "version": "2.0", + "version": "2.0.3", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index de2416f..f3d120e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Tasker -version=2.0 +version=2.0.3 author=Petr Stehlík maintainer=Petr Stehlík sentence=Get rid of delay() calls, schedule tasks/functions instead.