imageclock - Bump version

pull/2305/head
Martin Boonk 2022-11-21 20:34:04 +01:00
parent 7988e258ce
commit 22bf24f4b5
2 changed files with 3 additions and 1 deletions

View File

@ -16,3 +16,5 @@
Fix colorsetting in promises in generated code Fix colorsetting in promises in generated code
Some performance improvements by caching lookups Some performance improvements by caching lookups
Activate UI after first draw is complete to prevent drawing over launcher Activate UI after first draw is complete to prevent drawing over launcher
0.13: Use widget_utils swipeOn()
Allows minification by combining all but picture data into one file

View File

@ -2,7 +2,7 @@
"id": "imageclock", "id": "imageclock",
"name": "Imageclock", "name": "Imageclock",
"shortName": "Imageclock", "shortName": "Imageclock",
"version": "0.12", "version": "0.13",
"type": "clock", "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.", "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", "icon": "app.png",