From 51f09bd799a13cd03df1bc653a55f091b58c8a46 Mon Sep 17 00:00:00 2001 From: Mark Paul Date: Tue, 2 Apr 2024 21:49:19 +1100 Subject: [PATCH 1/2] fix: flush twitter cache on bitz app share link --- src/pages/AppMarketplace/GetBitz/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/AppMarketplace/GetBitz/index.tsx b/src/pages/AppMarketplace/GetBitz/index.tsx index d3ff769..593583e 100644 --- a/src/pages/AppMarketplace/GetBitz/index.tsx +++ b/src/pages/AppMarketplace/GetBitz/index.tsx @@ -76,7 +76,7 @@ export const GetBitz = () => { const [burnFireGlow, setBurnFireGlow] = useState(0); const [burnProgress, setBurnProgress] = useState(0); const [randomMeme, setRandomMeme] = useState(Meme1); - const tweetText = `url=https://explorer.itheum.io/getbitz&text=${viewDataRes?.data.gamePlayResult.bitsWon > 0 ? "I just played the Get XP Game on %23itheum and won " + viewDataRes?.data.gamePlayResult.bitsWon + " points! Play now and get your own ! %23GetBiTz" : "Oh no, I got rugged getting BiTz points this time. Maybe you will have better luck? Try here to %23GetBiTz %23itheum"} `; + const tweetText = `url=https://explorer.itheum.io/getbitz?v=1&text=${viewDataRes?.data.gamePlayResult.bitsWon > 0 ? "I just played the Get XP Game on %23itheum and won " + viewDataRes?.data.gamePlayResult.bitsWon + " points! Play now and get your own ! %23GetBiTz" : "Oh no, I got rugged getting BiTz points this time. Maybe you will have better luck? Try here to %23GetBiTz %23itheum"} `; // Game canvas related const [loadBlankGameCanvas, setLoadBlankGameCanvas] = useState(false); From 5c750e6113af3d989b65a40fd705798fbc794d8d Mon Sep 17 00:00:00 2001 From: Mark Paul Date: Tue, 2 Apr 2024 21:49:51 +1100 Subject: [PATCH 2/2] chore: version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af7e772..a26f0c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "explorer-dapp", "description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol", - "version": "1.13.5", + "version": "1.13.6", "author": "Itheum", "license": "GPL-3.0-or-later", "dependencies": {