mirror of https://github.com/espruino/BangleApps
Bump version
parent
f763cd962f
commit
e8c7ea363e
|
@ -0,0 +1,2 @@
|
||||||
|
1.00: New App!
|
||||||
|
1.01: Use fractional numbers and scale the points to keep working consistently on whole screen
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Touchscreen Calibration",
|
"name": "Touchscreen Calibration",
|
||||||
"shortName":"Calibration",
|
"shortName":"Calibration",
|
||||||
"icon": "calibration.png",
|
"icon": "calibration.png",
|
||||||
"version":"1.00",
|
"version":"1.01",
|
||||||
"description": "A simple calibration app for the touchscreen",
|
"description": "A simple calibration app for the touchscreen",
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
Loading…
Reference in New Issue