From 63f82484bfb05408b5071fe501cc3e8df7c31526 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 18 Feb 2024 19:40:53 +0000 Subject: [PATCH] Update version to 3.5.3 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0aed0dce..b66f3b1f 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: + - 3.5.3 - 3.5.2 - 3.5.1 - 3.5.0 diff --git a/library.json b/library.json index bb72c073..f89347ca 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LcdMenu", - "version": "3.5.2", + "version": "3.5.3", "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.", "homepage": "https://lcdmenu.forntoh.dev", diff --git a/library.properties b/library.properties index d39460a6..7786a46d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=3.5.2 +version=3.5.3 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.