Skip to content

Commit

Permalink
ready for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Jan 2, 2024
1 parent 4d751ef commit 58c8558
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- nothing, so far

## [2.3.1] - 2024-01-02

- bugfix for RP2040, as pointed out by [kilrah](https://github.com/kilrah) in issue [#60](https://github.com/LennartHennigs/Button2/issues/60)

## [2.3.0] - 2024-01-02

- renamed Button2 constants, they now start with `BTN_` (BREAKING CHANGE)
Expand Down
2 changes: 1 addition & 1 deletion examples/SingleButton/SingleButton.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/////////////////////////////////////////////////////////////////

#define BUTTON_PIN 2
#define BUTTON_PIN 37

/////////////////////////////////////////////////////////////////

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Button2",
"version": "2.3.0",
"version": "2.3.1",
"keywords": "button",
"description": "Arduino/ESP Library to simplify working with buttons. It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.",
"homepage": "https://github.com/LennartHennigs/Button2",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Button2
version=2.3.0
version=2.3.1
author=Lennart Hennigs
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
sentence=Arduino/ESP library to simplify working with buttons.
Expand Down

0 comments on commit 58c8558

Please sign in to comment.