From dba190422857c6de89efa3eb7fc50655b6089914 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Tue, 25 Jun 2024 01:11:15 +0200 Subject: [PATCH] feat(csv export): improved username in csv --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index a5829b9..09824d2 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.9.5 (beta)" +export const APP_VERSION = "0.9.6 (beta)" export const APP_URL = "https://it.stuve.uni-ulm.de" \ No newline at end of file