diff --git a/apiserver/apiserver/settings.py b/apiserver/apiserver/settings.py index cee936f..00bddbb 100644 --- a/apiserver/apiserver/settings.py +++ b/apiserver/apiserver/settings.py @@ -294,7 +294,7 @@ DEFAULT_FROM_EMAIL = 'Protospace Portal ' if DEBUG: logger.info('Debug mode ON') logger.info('Test logging for each thread') -APP_VERSION = 4 # TODO: automate this +APP_VERSION = 5 # TODO: automate this SHELL_PLUS = 'ipython' diff --git a/webclient/src/App.js b/webclient/src/App.js index a11422d..e6d11de 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -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', ''));