Increment app version

This commit is contained in:
2022-02-05 21:17:43 +00:00
parent 3d5c388ca4
commit 82f3271726
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import { PasswordReset, ConfirmReset } from './PasswordReset.js';
import { NotFound, PleaseLogin } from './Misc.js';
import { Footer } from './Footer.js';
const APP_VERSION = 2; // TODO: automate this
const APP_VERSION = 3; // TODO: automate this
function App() {
const [token, setToken] = useState(localStorage.getItem('token', ''));