mirror of https://github.com/espruino/BangleApps
about 0.07: Pressing a button now exits immediately (fix #618)
parent
38d3adc026
commit
457ccb1d99
|
@ -53,7 +53,7 @@
|
||||||
{ "id": "about",
|
{ "id": "about",
|
||||||
"name": "About",
|
"name": "About",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.06",
|
"version":"0.07",
|
||||||
"description": "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers",
|
"description": "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers",
|
||||||
"tags": "tool,system",
|
"tags": "tool,system",
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
0.04: Actual pixels as of 9 Mar 2020
|
0.04: Actual pixels as of 9 Mar 2020
|
||||||
0.05: Actual pixels as of 27 Apr 2020
|
0.05: Actual pixels as of 27 Apr 2020
|
||||||
0.06: Actual pixels as of 12 Jun 2020
|
0.06: Actual pixels as of 12 Jun 2020
|
||||||
|
0.07: Pressing a button now exits immediately (fix #618)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue