settings: bump version
parent
75ed3daf52
commit
83e647ac9b
|
|
@ -82,4 +82,5 @@ of 'Select Clock'
|
||||||
0.71: Minor code improvements
|
0.71: Minor code improvements
|
||||||
0.72: Add setting for configuring BLE privacy
|
0.72: Add setting for configuring BLE privacy
|
||||||
0.73: Fix `const` bug / work with fastload
|
0.73: Fix `const` bug / work with fastload
|
||||||
0.74: Add extra layer of checks before allowing a factory reset (fix #3476)
|
0.74: Add extra layer of checks before allowing a factory reset (fix #3476)
|
||||||
|
0.75: Restore previous menu's scroll positions
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "setting",
|
"id": "setting",
|
||||||
"name": "Settings",
|
"name": "Settings",
|
||||||
"version": "0.74",
|
"version": "0.75",
|
||||||
"description": "A menu for setting up Bangle.js",
|
"description": "A menu for setting up Bangle.js",
|
||||||
"icon": "settings.png",
|
"icon": "settings.png",
|
||||||
"tags": "tool,system",
|
"tags": "tool,system",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue