From 62c428f0216f94824317070ce533283acb7ba5c4 Mon Sep 17 00:00:00 2001 From: Andrew <45957548+midnight4577@users.noreply.github.com> Date: Sat, 5 Feb 2022 20:38:38 -0800 Subject: [PATCH] Update apps.json --- apps.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index fdb3a9800..0187c1fff 100644 --- a/apps.json +++ b/apps.json @@ -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} ] } ]