Skip to content

Commit

Permalink
Update version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent 6b1669d commit bfe25dc
Show file tree
Hide file tree
Showing 5 changed files with 6 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.5.0
- 5.4.1
- 5.4.0
- 5.3.1
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.1
forntoh/LcdMenu@^5.5.0
4. Save the changes to the platformio.ini file.

Expand Down
2 changes: 2 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ItemList KEYWORD1
ItemRangeBase KEYWORD1
ItemSubMenu KEYWORD1
ItemToggle KEYWORD1
ItemValue KEYWORD1
ItemWidget KEYWORD1
KeyboardAdapter KEYWORD1
LcdMenu KEYWORD1
Expand All @@ -51,6 +52,7 @@ clear KEYWORD2
clearBlinker KEYWORD2
commitCharEdit KEYWORD2
concat KEYWORD2
const KEYWORD2
createChar KEYWORD2
decrement KEYWORD2
draw KEYWORD2
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.1",
"version": "5.5.0",
"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.1
version=5.5.0
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 bfe25dc

Please sign in to comment.