From a70030c32e1880981bcb97895cc0a35469243e24 Mon Sep 17 00:00:00 2001 From: Brian Whelan Date: Mon, 4 Nov 2024 09:44:11 +0000 Subject: [PATCH] Update metadata.json to support Bangle JS 1 --- apps/reply/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/reply/metadata.json b/apps/reply/metadata.json index 7f1dd6812..fa1abe920 100644 --- a/apps/reply/metadata.json +++ b/apps/reply/metadata.json @@ -6,11 +6,11 @@ "type": "module", "provides_modules" : ["reply"], "tags": "", - "supports" : ["BANGLEJS2"], + "supports": ["BANGLEJS","BANGLEJS2"], "readme": "README.md", "interface": "interface.html", "storage": [ {"name":"reply","url":"lib.js"} ], "data": [{"name":"replies.json"}] -} \ No newline at end of file +}