Skip to content

Commit

Permalink
ready for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Jan 26, 2021
1 parent 75707cc commit 13b20c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Unreleased
none

## [1.5.2] - 2021-01-26
- Fixed a bug in the ```isPressed()``` function, as suggested by [zenturacp](https://github.com/zenturacp) in [#21](https://github.com/LennartHennigs/Button2/issues/21)

## [1.5.1] - 2021-01-04
- Fixed a bug in the ```loop()``` function

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description
-----------
It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your source code significantly.

Tested with Arduino and ESP8266, ESP32.
Tested with Arduino, ESP8266 and ESP32.

How To Use
----------
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/LennartHennigs/Button2"
},
"version": "1.5.1",
"version": "1.5.2",
"authors": {
"name": "Lennart Hennigs",
"url": "https://lennarthennigs.de"
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=1.5.1
version=1.5.2
author=Lennart Hennigs
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
sentence=Arduino Library to simplify working with buttons.
Expand Down

0 comments on commit 13b20c1

Please sign in to comment.