Increment app version

This commit is contained in:
2023-06-01 23:03:35 +00:00
parent b2348f2129
commit 91fe6a590d
2 changed files with 2 additions and 2 deletions

View File

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