avdwebLibraries / avdweb_Switch

Switch library with longPress and doubleClick
http://www.avdweb.nl/arduino/hardware-interfacing/simple-switch-debouncer.html
GNU General Public License v3.0
45 stars 15 forks source link

Update library.properties to release pending changes #20

Closed themaninthesuitcase closed 5 months ago

themaninthesuitcase commented 9 months ago

Issue #17 fixes a number of complier issues but was not released to the Arduino Library.

This PR updates to 1.2.4 which matches the most recent version in the avdweb_Switch.cpp comment header. Whilst this does skip .2 and .3 it matches what is in the comments.

A new tag for 1.2.4 will also need to be created once merged.

nomakewan commented 5 months ago

@Martin-Laclaustra Any chance you could look into merging this PR and creating a new release tag so the Arduino Library Manager can pick up the changes to this library since 2018? Thanks!

avandalen commented 5 months ago

Which release name should I use?

nomakewan commented 5 months ago

Which release name should I use?

1.2.4 if possible.

avandalen commented 5 months ago

Done