diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 66f5a0b47..800497d40 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -119,7 +119,7 @@ function draw() { // update time and draw g.clear(); draw(); -getChart(false); +getChart("24h"); // Bangle.on("swipe", swipeHandler); diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index fe08b2814..89e324c47 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.06.35", + "version": "0.06.36", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",