mirror of https://github.com/espruino/BangleApps
Bump Version for hotfix
parent
40d818f38f
commit
f5d0c36290
|
@ -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",
|
||||
|
|
|
@ -10,3 +10,4 @@
|
|||
0.12: Move code to Arwes Module
|
||||
0.13: Improve icon
|
||||
0.14: Switch Icon back to 8bit web palette to fix it
|
||||
0.15: Hotfix: Remove var declaration from app image
|
|
@ -3,3 +3,4 @@
|
|||
0.03: Add LowRes Support
|
||||
0.04: Move code to Arwes Module
|
||||
0.05: Add icon
|
||||
0.06: remove app image as it is unused
|
Loading…
Reference in New Issue