mirror of https://github.com/espruino/BangleApps
promenu: bump version
parent
b98608a4c6
commit
9230d112c0
|
@ -8,3 +8,4 @@
|
||||||
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
|
0.06: Fix lower bounding of numeric values
|
||||||
|
0.07: Fix bug with alarms app (scroller) and correctly show images
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "promenu",
|
"id": "promenu",
|
||||||
"name": "Pro Menu",
|
"name": "Pro Menu",
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue