From 40575696d98566f52d7083e97b2fae61b40cad24 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 16 Jun 2023 21:20:37 +0000 Subject: [PATCH] Update version to 3.1.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index fd93b707..208ca101 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LcdMenu", - "version": "3.1.0", + "version": "3.1.1", "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 ffd62dbb..973636a5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=3.1.0 +version=3.1.1 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.