From 5bf541a432750e72ce6a1c70ea1169de0c6f6095 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 28 Sep 2020 15:12:22 +0300 Subject: [PATCH] Use the same library name as for the Arduino IDE --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 975f790..086ad03 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { - "name": "Thread", + "name": "ArduinoThread", + "version": "2.1.1", "keywords": "thread, task", "description": "A library for managing the periodic execution of multiple tasks", "repository":