From 594a7f42fd380eaddaac777acf7a953b8a73c799 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Wed, 29 May 2024 11:55:28 +0200 Subject: [PATCH] fix(EmailTokenVerifikation): --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 381ccc2..96ab00b 100644 --- a/config.ts +++ b/config.ts @@ -9,5 +9,5 @@ export const PB_STORAGE_KEY = "stuve-it-login-record" // general export const APP_NAME = "StuVe IT" -export const APP_VERSION = "0.8.0 (beta)" +export const APP_VERSION = "0.8.1 (beta)" export const APP_URL = "https://it.stuve.uni-ulm.de" \ No newline at end of file