Skip to content

Commit

Permalink
Update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 18, 2023
1 parent 4c330b2 commit 4d6cdd2
Show file tree
Hide file tree
Showing 4 changed files with 5 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:
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.1
Expand Down
3 changes: 2 additions & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ getValue KEYWORD2
setValue KEYWORD2
getCallbackStr KEYWORD2
getItemIndex KEYWORD2
setItemIndex KEYWORD2
getItems KEYWORD2
getCallbackInt KEYWORD2
isOn KEYWORD2
Expand All @@ -38,6 +39,7 @@ isAtTheEnd KEYWORD2
reset KEYWORD2
resetBlinker KEYWORD2
setupLcdWithMenu KEYWORD2
setupLcdWithMenu KEYWORD2
update KEYWORD2
resetMenu KEYWORD2
up KEYWORD2
Expand All @@ -56,7 +58,6 @@ show KEYWORD2
isInEditMode KEYWORD2
getCursorPosition KEYWORD2
setCursorPosition KEYWORD2
displayNotification KEYWORD2
updateTimer KEYWORD2
isSubMenu KEYWORD2
getItemAt 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": "3.1.1",
"version": "3.2.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.1.1
version=3.2.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 4d6cdd2

Please sign in to comment.