shadorki / genshin-impact-wish-simulator

A React web application to simulate Genshin Impact gacha in the browser
713 stars 162 forks source link

Fixed a bug where an old version is used instead of the new one #13

Closed lauslim12 closed 4 years ago

lauslim12 commented 4 years ago

So, as I was saying in my issue, there is a bug that left some users stuck with the old version (Venti banner) instead of the new one (Klee banner) unless they do a hard reset or cleared their cache.

This PR contains:

Nothing is actually changed for the general flow of the application, I just fixed the bug.

As a note, every time a new banner is released, we have to update the version number in the package.json file, so when users access the gacha simulator, they will be updated instantly with the new banner, instead of being stuck with the old one.

References:

Hope it helps, and thank you!

Resolves #12