From dd0a293234b00721412a02dd8586a830bfc20138 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Wed, 13 Nov 2024 22:00:56 +0100 Subject: [PATCH] feat(version): 1.0 release --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"