From 6a767f4d808f21e8b5f77d5de346930cbf7f29c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 15 Jun 2023 23:36:41 +0000 Subject: [PATCH] Update version to 3.1.0 --- keywords.txt | 4 ++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index 73e3faa3..077caaca 100644 --- a/keywords.txt +++ b/keywords.txt @@ -62,6 +62,10 @@ isSubMenu KEYWORD2 getItemAt KEYWORD2 toggleBacklight KEYWORD2 getType KEYWORD2 +substring KEYWORD2 +concat KEYWORD2 +concat KEYWORD2 +remove KEYWORD2 ####################################### # Constants (LITERAL1) diff --git a/library.json b/library.json index 1a196fda..fd93b707 100644 --- a/library.json +++ b/library.json @@ -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": { diff --git a/library.properties b/library.properties index 47af61bf..ffd62dbb 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=3.0.1 +version=3.1.0 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.