diff --git a/config.ts b/config.ts index 58f2fb4..c3c8b90 100644 --- a/config.ts +++ b/config.ts @@ -10,7 +10,7 @@ export const PB_STORAGE_KEY = "stuve-it-login-record" // general export const APP_NAME = "StuVe IT" -export const APP_VERSION = "0.9.89 (beta)" +export const APP_VERSION = "1.0.0" export const APP_URL = "https://it.stuve.uni-ulm.de" export const LOCAL_DEV_MODE = process?.env?.NODE_ENV === "development" || window?.location?.hostname === "localhost"