🚧 improve clk-info

master
Martin Zwigl 2025-02-28 00:25:04 +01:00
parent 6794acf2b3
commit f199f9dc3a
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@
return { return {
name: "CoinInfo", name: "CoinInfo",
items: createClkInfoItems items: () => createClkInfoItems()
}; };
}) })

View File

@ -1,7 +1,7 @@
{ "id": "coin_info", { "id": "coin_info",
"name": "Crypto-Coins Info", "name": "Crypto-Coins Info",
"shortName":"Coins Info", "shortName":"Coins Info",
"version": "0.03.11", "version": "0.03.12",
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API", "description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
"icon": "app.png", "icon": "app.png",
"tags": "clkinfo", "tags": "clkinfo",