mirror of https://github.com/espruino/BangleApps
promenu: bump version
parent
120bc9a300
commit
a97ff20066
|
@ -7,3 +7,4 @@
|
|||
support for scroll.
|
||||
0.05: Fix display of final menu item when no options are given and
|
||||
handling of E.showMenu() with no arguments
|
||||
0.06: Fix lower bounding of numeric values
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "promenu",
|
||||
"name": "Pro Menu",
|
||||
"version": "0.05",
|
||||
"version": "0.06",
|
||||
"description": "Replace the built in menu function. Supports Bangle.js 1 and Bangle.js 2.",
|
||||
"icon": "icon.png",
|
||||
"type": "bootloader",
|
||||
|
|
Loading…
Reference in New Issue