I have a React app and I'd like to get the version number that the browser has cached and is showing to the user. How can I do this? Thanks.
I have the following in package.json:
{
"name": "arkreskin",
**"version": "0.2.04.1",**
"private": true,
}