From 8532d90d32e74e67ebc677f5dc48a2c031db3f74 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 12 May 2021 18:10:46 -0700 Subject: [PATCH] Revert library name change Libraries are locked to the `name` value specified by the library.properties metadata file in the release at the time of the Library Manager submission. Any release with a different name is rejected by the Arduino Library Manager indexer. References: - https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#why-arent-releases-of-my-library-being-picked-up-by-library-manager - https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-change-my-librarys-name --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index a62eed6..67c2406 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -name=UnifiedLog +name=Unified Log version=0.3 author=Simon Christmann maintainer=Simon Christmann