From c0b7f0ce763a55260ff349b9f09474ce40f2110f Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 30 Dec 2022 16:19:45 +0000 Subject: [PATCH] Add schema version --- processing/processjson.js | 1 + 1 file changed, 1 insertion(+) diff --git a/processing/processjson.js b/processing/processjson.js index 3189014..a6465ce 100644 --- a/processing/processjson.js +++ b/processing/processjson.js @@ -54,6 +54,7 @@ glob("**/app.json", async function (err, files) { let json = { name: nextConfig.env.name || 'Unknown store', appcount: apptotal, + schema_version: 1.0, icon: nextConfig.env.icon || null, description: nextConfig.env.description || null, list_url: nextConfig.env.listUrl || null,