promenu: bump version

master
Rob Pilling 2024-06-16 17:53:36 +01:00
parent 120bc9a300
commit a97ff20066
2 changed files with 2 additions and 1 deletions

View File

@ -7,3 +7,4 @@
support for scroll. support for scroll.
0.05: Fix display of final menu item when no options are given and 0.05: Fix display of final menu item when no options are given and
handling of E.showMenu() with no arguments handling of E.showMenu() with no arguments
0.06: Fix lower bounding of numeric values

View File

@ -1,7 +1,7 @@
{ {
"id": "promenu", "id": "promenu",
"name": "Pro Menu", "name": "Pro Menu",
"version": "0.05", "version": "0.06",
"description": "Replace the built in menu function. Supports Bangle.js 1 and Bangle.js 2.", "description": "Replace the built in menu function. Supports Bangle.js 1 and Bangle.js 2.",
"icon": "icon.png", "icon": "icon.png",
"type": "bootloader", "type": "bootloader",