Skip to content

Commit

Permalink
Update version to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 097a5b6 commit d9c94bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body:
label: Version
description: What version of our library are you running?
options:
- 5.4.1
- 5.4.0
- 5.3.1
- 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Follow `this guide <https://www.ardu-badge.com/LcdMenu>`_ to install the library
.. code-block:: bash
lib_deps =
forntoh/LcdMenu@^5.4.0
forntoh/LcdMenu@^5.4.1
4. Save the changes to the platformio.ini file.

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": "LcdMenu",
"version": "5.4.0",
"version": "5.4.1",
"keywords": "menu, display, lcdmenu, navigation, lcd, io",
"description": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.",
"homepage": "https://lcdmenu.forntoh.dev",
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=LcdMenu
version=5.4.0
version=5.4.1
author=Forntoh Thomas <[email protected]>
maintainer=Forntoh Thomas <[email protected]>
sentence=Display navigable menu items on your LCD display with Arduino.
Expand Down

0 comments on commit d9c94bc

Please sign in to comment.