diff --git a/library.json b/library.json index 1cbd022..a689f33 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Toggle", - "version": "3.1.0", + "version": "3.1.1", "description": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources. Flexible algorithm with Robust, Normal and Quick response modes.", "keywords": "debounce, toggle, button, switch, data, deglitch", "repository": diff --git a/library.properties b/library.properties index 8f5013a..63f22f1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Toggle -version=3.1.0 +version=3.1.1 author=David Lloyd maintainer=David Lloyd sentence=Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.