forked from FOSS/BangleApps
Bump version
parent
42dd3b94f4
commit
4287509061
|
@ -11,4 +11,5 @@
|
|||
- [+] Improved battery level update logic to reduce unnecessary refreshes
|
||||
- [+] Fixed optional seconds not displaying in time
|
||||
- [+] Fixed drag handler by adding E.stopEventPropagation()
|
||||
- [+] General code optimization and cleanup
|
||||
- [+] General code optimization and cleanup
|
||||
0.09: Revised event handler code
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "boxclk",
|
||||
"name": "Box Clock",
|
||||
"version": "0.08",
|
||||
"version": "0.09",
|
||||
"description": "A customizable clock with configurable text boxes that can be positioned to show your favorite background",
|
||||
"icon": "app.png",
|
||||
"dependencies" : { "clockbg":"module" },
|
||||
|
|
Loading…
Reference in New Issue