Skip to content

Commit

Permalink
Update version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 15, 2023
1 parent f79901e commit 6a767f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ isSubMenu KEYWORD2
getItemAt KEYWORD2
toggleBacklight KEYWORD2
getType KEYWORD2
substring KEYWORD2
concat KEYWORD2
concat KEYWORD2
remove KEYWORD2

#######################################
# Constants (LITERAL1)
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": "3.0.1",
"version": "3.1.0",
"keywords": "menu, display, lcdmenu, navigation",
"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.",
"repository": {
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=3.0.1
version=3.1.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 6a767f4

Please sign in to comment.