Skip to content

Commit 3bcba94

Browse files
committed
Version 2.0.3
1 parent c20e466 commit 3bcba94

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file starting 2021.
44

5+
## [2.0.3] - 2021-10-26
6+
7+
* fixing parameter missuse and potential crash
8+
59
## [2.0.1] - 2021-01-31
610

711
* Compiler warning removed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OneButton",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"keywords": "arduino, button, pushbutton",
55
"description": "This Arduino library is improving the usage of a singe button for input. It shows how to use an digital input pin with a single pushbutton attached for detecting some of the typical button press events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.",
66
"repository": {

0 commit comments

Comments
 (0)