From d9c94bc26d353edeed72cc6b244c247a25e3d002 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jan 2025 21:52:42 +0000 Subject: [PATCH] Update version to 5.4.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + docs/source/overview/getting-started.rst | 2 +- library.json | 2 +- library.properties | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2cfb6639..1dcca8e4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/docs/source/overview/getting-started.rst b/docs/source/overview/getting-started.rst index 8db5585b..88a03880 100644 --- a/docs/source/overview/getting-started.rst +++ b/docs/source/overview/getting-started.rst @@ -23,7 +23,7 @@ Follow `this guide `_ 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. diff --git a/library.json b/library.json index 67310e57..ba2d0243 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index 21c12675..061e781e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=5.4.0 +version=5.4.1 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.