diff --git a/apps.json b/apps.json index 91d2d249b..c29bf8018 100644 --- a/apps.json +++ b/apps.json @@ -1247,8 +1247,8 @@ "name": "Digital Assistant, not EDITH", "shortName": "DANE", "icon": "app.png", - "version": "0.06", - "description": "A detailed description of my great app", + "version": "0.07", + "description": "A Watchface inspired by Tony Stark's EDITH", "tags": "clock", "type": "clock", "allow_emulator": true, diff --git a/apps/dane/ChangeLog b/apps/dane/ChangeLog index 607d0adf5..419109ec1 100644 --- a/apps/dane/ChangeLog +++ b/apps/dane/ChangeLog @@ -1,4 +1,5 @@ 0.01: New App! 0.04: Added Icon to watchface 0.05: bugfix -0.06: moved and resized icon \ No newline at end of file +0.06: moved and resized icon +0.07: Added Description \ No newline at end of file diff --git a/apps/dane/add_to_apps.json b/apps/dane/add_to_apps.json deleted file mode 100644 index 6efb3ec85..000000000 --- a/apps/dane/add_to_apps.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "id": "dane", - "name": "Digital Assistant, not EDITH", - "shortName": "DANE", - "icon": "app.png", - "version": "0.06", - "description": "A detailed description of my great app", - "tags": "clock", - "type": "clock", - "allow_emulator": true, - "storage": [ - { - "name": "dane.app.js", - "url": "app.js" - }, - { - "name": "dane.img", - "url": "app-icon.js", - "evaluate": true - } - ] -} \ No newline at end of file