evert-arias / EasyButton

Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
https://easybtn.earias.me
MIT License
447 stars 62 forks source link

New, fixed version v2.0.2 needs update to show up in Arduino Library Manager #79

Closed webmonkey closed 1 year ago

webmonkey commented 1 year ago

Please could you bump the version number in library.properties so that it can be loaded via the Arduino library manager.

offa commented 1 year ago

This affects platformio user too. 2.0.1 is listed as latest release there too.

offa commented 1 year ago

ping @evert-arias

evert-arias commented 1 year ago

Thanks @webmonkey @offa

webmonkey commented 1 year ago

@evert-arias

I think that my fix in https://github.com/evert-arias/EasyButton/pull/80 isn't going to work because the Github tag is at the older release (with library.properties set to 2.0.1).

You'll either need to re-tag the current HEAD or create a new tag for 2.0.3 with an updated library.properties

evert-arias commented 1 year ago

@webmonkey you are right, I'll create a new tag 2.0.3.

evert-arias commented 1 year ago

Done!

evert-arias commented 1 year ago

I will leave this issue open until we confirm that version 2.0.3 is available in the Arduino Library Manager.

offa commented 1 year ago

Thank you! :-)

webmonkey commented 1 year ago

The new version is available via the library manager.

$ arduino-cli lib list --updatable
Name       Installed     Available     Location              Description

EasyButton 2.0.1         2.0.3         LIBRARY_LOCATION_USER Arduino library for debouncing moment...