diff --git a/apps.json b/apps.json index a84a8010c..db7859e1a 100644 --- a/apps.json +++ b/apps.json @@ -27,7 +27,7 @@ { "id": "daysl", "name": "Days left", "icon": "app.png", - "version":"0.01", + "version":"0.02", "description": "Shows you the days left until a certain date. Date can be set with a settings app and is written to a file.", "tags": "", "allow_emulator":false, diff --git a/apps/daysl/ChangeLog b/apps/daysl/ChangeLog index 4c21f3ace..4e0b8e6cf 100644 --- a/apps/daysl/ChangeLog +++ b/apps/daysl/ChangeLog @@ -1 +1,2 @@ 0.01: New Widget! +0.02: Improved calculation, new image for app diff --git a/apps/daysl/app-icon.js b/apps/daysl/app-icon.js index 485478c58..22c03d87a 100644 --- a/apps/daysl/app-icon.js +++ b/apps/daysl/app-icon.js @@ -1 +1 @@ -require("heatshrink").decompress(atob("mEwwMB//D/4CgwHDFYPDgICBAoQCB/4CKADmAAgcBIARCCAqQAXF/4v24CtDgYFR")) \ No newline at end of file +require("heatshrink").decompress(atob("i4A/AH4A/AH4A/AH4A/AH4A/AAUAABQNdF/4v/F64JLBqMrAgMrC54vbGAIuCF54TIBp4JDCIYvNOZINPGAoRCO5wrHBp7vVF/4v/F9IlLF/6PYF9xfRlYEBlYvJBpZeITJsrEASxJBpQuIZLCnPHYovpFwwXKABINdF/4v/F6oA/AH4A/AH4A/AH4A/AH4A7A==")) \ No newline at end of file diff --git a/apps/daysl/app.png b/apps/daysl/app.png index 703e5c366..42839ae59 100644 Binary files a/apps/daysl/app.png and b/apps/daysl/app.png differ