mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
e3d6e86af2
commit
62c428f021
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"id": "aptsciclk",
|
||||
"name": "Apeture Sci Clock",
|
||||
"version": "0.06",
|
||||
"version": "0.07",
|
||||
"description": "A clock based on the portal series",
|
||||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
|
@ -11,7 +11,8 @@
|
|||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"aptsciclk.app.js","url":"app.js"},
|
||||
{"name":"aptsciclk.img","url":"app-icon.js","evaluate":true}
|
||||
{"name":"aptsciclk.img","url":"app-icon.js","evaluate":true},
|
||||
{"name":"aptsciclkquotes.txt","url":"quotes.txt","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue