Bump Version for hotfix

pull/607/head
OmegaRogue 2020-12-17 11:52:05 +01:00
parent 40d818f38f
commit f5d0c36290
No known key found for this signature in database
GPG Key ID: 118FA8EB46EA7B87
3 changed files with 6 additions and 4 deletions

View File

@ -1492,7 +1492,7 @@
"name": "Digital Assistant, not EDITH",
"shortName": "DANE",
"icon": "app.png",
"version": "0.14",
"version": "0.15",
"description": "A Watchface inspired by Tony Stark's EDITH and based on https://arwes.dev/",
"tags": "clock",
"type": "clock",
@ -1513,7 +1513,7 @@
"name": "DANE Touch Launcher",
"shortName":"DANE Toucher",
"icon": "app.png",
"version":"0.05",
"version":"0.06",
"description": "Touch enable left to right launcher in the style of the DANE Watchface",
"tags": "tool,system,launcher",
"type":"launch",

View File

@ -9,4 +9,5 @@
0.11: Code Refactoring, Improved Description
0.12: Move code to Arwes Module
0.13: Improve icon
0.14: Switch Icon back to 8bit web palette to fix it
0.14: Switch Icon back to 8bit web palette to fix it
0.15: Hotfix: Remove var declaration from app image

View File

@ -2,4 +2,5 @@
0.02: Add Frames
0.03: Add LowRes Support
0.04: Move code to Arwes Module
0.05: Add icon
0.05: Add icon
0.06: remove app image as it is unused