Update app version

This commit is contained in:
2022-09-05 22:03:34 +00:00
parent 4f121d0541
commit 1ecea894d3
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import { Garden } from './Garden.js';
import { Footer } from './Footer.js';
import { LCARS1Display } from './Display.js';
const APP_VERSION = 4; // TODO: automate this
const APP_VERSION = 5; // TODO: automate this
function App() {
const [token, setToken] = useState(localStorage.getItem('token', ''));