diff --git a/library.json b/library.json index fca0e5b..ad42f59 100644 --- a/library.json +++ b/library.json @@ -1,12 +1,11 @@ { "name": "OneButton", "keywords": "arduino, button, pushbutton", - "description": "This Arduino libary is improving the usage of a singe button for input. It shows how to use an digital input pin with a single pushbutton attached for detecting some of the typical button press events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "repository": - { + "description": "This Arduino library is improving the usage of a singe button for input. It shows how to use an digital input pin with a single pushbutton attached for detecting some of the typical button press events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "repository": { "type": "git", "url": "https://github.com/mathertel/OneButton" }, "frameworks": "arduino", "platforms": "*" -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 306fb6d..64bb3bb 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ name=OneButton -version=1.3.0 +version=1.4.0 author=Matthias Hertel, mathertel@hotmail.com maintainer=Matthias Hertel -sentence=Arduino libary for improving the usage of a singe input button. +sentence=Arduino library for improving the usage of a singe input button. paragraph=It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests. category=Signal Input/Output url=https://github.com/mathertel/OneButton