🚧 improve clk-info
parent
6794acf2b3
commit
f199f9dc3a
|
|
@ -40,6 +40,6 @@
|
|||
|
||||
return {
|
||||
name: "CoinInfo",
|
||||
items: createClkInfoItems
|
||||
items: () => createClkInfoItems()
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.03.11",
|
||||
"version": "0.03.12",
|
||||
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue