diff --git a/library.json b/library.json index ec411625..41882de8 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LcdMenu", - "version": "2.0.0", + "version": "2.1.0", "keywords": "menu, display, lcdmenu, navigation", "description": "Display navigable menu items on your LCD display with Arduino. You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display", "repository": { diff --git a/library.properties b/library.properties index 11729998..ce55be46 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=2.0.0 +version=2.1.0 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.