From e2b671df92173b21a30faab1aeeca3c5596c3619 Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Sun, 23 Feb 2025 23:36:22 +0100 Subject: [PATCH] Cleanup --- apps/coin_info/ChangeLog | 1 + apps/coin_info/Changelog | 3 --- apps/coin_info/metadata.json | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 apps/coin_info/ChangeLog delete mode 100644 apps/coin_info/Changelog diff --git a/apps/coin_info/ChangeLog b/apps/coin_info/ChangeLog new file mode 100644 index 000000000..e85d911f6 --- /dev/null +++ b/apps/coin_info/ChangeLog @@ -0,0 +1 @@ +0.03: Initial creation \ No newline at end of file diff --git a/apps/coin_info/Changelog b/apps/coin_info/Changelog deleted file mode 100644 index 534411b5b..000000000 --- a/apps/coin_info/Changelog +++ /dev/null @@ -1,3 +0,0 @@ -0.01: Initial creation -0.02: Debugging -0.03: Debugging \ No newline at end of file diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index f87c4db77..e02a19607 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,10 +1,9 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.03", + "version": "0.03.1", "description": "Crypto-Coins Infos with the help of the Coinmarketcap API", "icon": "app.png", - "type": "bootloader", "tags": "clkinfo,coin_info,blockchain,crypto,cryptocurrency", "supports" : ["BANGLEJS2"], "interface": "interface.html",