Skip to content

Commit

Permalink
ready for 2.3.2. and 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Feb 19, 2024
1 parent 7291501 commit a269cc3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2022 Lennart Hennigs
Copyright (c) 2017-2024 Lennart Hennigs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Arduino/ESP library to simplify working with buttons.

- Author: Lennart Hennigs (<https://www.lennarthennigs.de>)
- Copyright (C) 2017-2023 Lennart Hennigs.
- Copyright (C) 2017-2024 Lennart Hennigs.
- Released under the MIT license.

## Description
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.1",
"version": "2.3.2",
"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.1
version=2.3.2
author=Lennart Hennigs
maintainer=Lennart Hennigs <[email protected]>
sentence=Arduino/ESP library to simplify working with buttons.
Expand Down
2 changes: 1 addition & 1 deletion src/Button2.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////
/*
Button2.cpp - Arduino Library to simplify working with buttons.
Copyright (C) 2017-2023 Lennart Hennigs.
Copyright (C) 2017-2024 Lennart Hennigs.
Released under the MIT license.
*/
/////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion src/Button2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////
/*
Button2.h - Arduino Library to simplify working with buttons.
Copyright (C) 2017-2023 Lennart Hennigs.
Copyright (C) 2017-2024 Lennart Hennigs.
Released under the MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Hardware.h - Implements Arduino Hardware Abstraction Layer.
Part or Button2 library for Arduino.
Copyright (C) 2017-2023 Lennart Hennigs.
Copyright (C) 2017-2024 Lennart Hennigs.
Released under the MIT license.
*/
/////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a269cc3

Please sign in to comment.