mirror of https://github.com/espruino/BangleApps
imageclock - Bump version and changelog
parent
b6f1eb6b9f
commit
7a154ac755
|
@ -10,3 +10,5 @@
|
|||
0.08: Use default Bangle formatter for booleans
|
||||
0.09: Support new fast app switching
|
||||
0.10: Fix clock not correctly refreshing when drawing in timeouts option is not on
|
||||
0.11: Additional option in customizer to force drawing directly
|
||||
Fix some problems in handling timeouts
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "imageclock",
|
||||
"name": "Imageclock",
|
||||
"shortName": "Imageclock",
|
||||
"version": "0.10",
|
||||
"version": "0.11",
|
||||
"type": "clock",
|
||||
"description": "BETA!!! File formats still subject to change --- This app is a highly customizable watchface. To use it, you need to select a watchface. You can build the watchfaces yourself without programming anything. All you need to do is write some json and create image files.",
|
||||
"icon": "app.png",
|
||||
|
|
Loading…
Reference in New Issue