From 5b96f2508cc565f21b9aefead2bda8493d1a9860 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Mon, 17 Jun 2024 20:57:52 +0200 Subject: [PATCH] feat(version): bumped version number --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 9388bf8..a5829b9 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.0 (beta)" +export const APP_VERSION = "0.9.5 (beta)" export const APP_URL = "https://it.stuve.uni-ulm.de" \ No newline at end of file