From 91a1fe40061cdf1e87e3814d337c461f77a955b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Z=C3=A1hradn=C3=ADk?= Date: Mon, 31 Jul 2023 18:57:08 +0200 Subject: [PATCH] Release 1.0.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index f2f9057..8a2d4a5 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ACDU", - "version": "1.0.0", + "version": "1.0.1", "keywords": "acdu, arduino, esp32", "description": "Support library for our ACDU (automatic cover drive unit) board. It provides pin layout and examples to work with the unit. See the documentation.", "license": "Apache-2.0", diff --git a/library.properties b/library.properties index bdd8030..1c84266 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ACDU -version=1.0.0 +version=1.0.1 author=JSC electronics maintainer=Vladimír Záhradník , JSC electronics sentence=Support library for ACDU hardware unit.