From f3699b457e2247e8e6d1c3d8a5a55c65fcdee13c Mon Sep 17 00:00:00 2001 From: Philip Fletcher Date: Sat, 14 Dec 2024 16:24:17 +0000 Subject: [PATCH] Bumb release to v1.0.1 --- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc99361..ee9f8bc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add the following to your `platformio.ini` file: lib_deps = thomasfredericks/Bounce2@^2.72 paulstoffregen/Encoder@^1.4.4 - stutchbury/InputEvents@^1.0.0` + stutchbury/InputEvents@^1.0.1` ``` Please see [notes](docs/README.md#notes-on-using-paul-stoffregens-encoder-library) on using PJRC's Encoder library with InputEvents. diff --git a/library.json b/library.json index 3fb089e..1928186 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "InputEvents", - "version": "1.0.0", + "version": "1.0.1", "description": "A comprehensive library that makes working with Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks & Switches very easy and efficient. Fires to a single callback for each input event. Callback can easily be shared across multiple inputs to create a HAL-like layer. Read input state (eg the position & encoder increment for pressed and non-pressed actions). Rate limit encoder, analog and joystick events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat.", "keywords": "Arduino, ESP8266, ESP32, Teensy, button, encoder, analog, joystick, switch, momentary, event, debounce", "repository": diff --git a/library.properties b/library.properties index f74b40d..be2ee72 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=InputEvents -version=1.0.0 +version=1.0.1 author=Philip Fletcher maintainer=Philip Fletcher sentence=An easy but comprehensive Arduino style Event Library for Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks and Switches.