From d6c264f7b8502427d87f7ad7c6bc0f760cbfa032 Mon Sep 17 00:00:00 2001 From: Marco H Date: Tue, 14 Dec 2021 15:53:30 +0100 Subject: [PATCH] Update apps.json --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 7d8faec91..c1f51f272 100644 --- a/apps.json +++ b/apps.json @@ -4013,11 +4013,11 @@ { "id": "thermom", "name": "Thermometer", - "version": "0.03", + "version": "0.04", "description": "Displays the current temperature in degree Celsius, updated every 20 seconds", "icon": "app.png", "tags": "tool", - "supports": ["BANGLEJS"], + "supports": ["BANGLEJS", "BANGLEJS2"], "allow_emulator": true, "storage": [ {"name":"thermom.app.js","url":"app.js"},