Version auf 1.1.0 erhöht
diff --git a/src/app/common/globals.ts b/src/app/common/globals.ts
index 7009d7f..c2d23ec 100644
--- a/src/app/common/globals.ts
+++ b/src/app/common/globals.ts
@@ -10,7 +10,7 @@
 ******************************************************************************
 */
 export class Globals {
-    static FRONTEND_VERSION = '1.0.1';
+    static FRONTEND_VERSION = '1.1.0';
     static SESSION_TOKEN_TAG = 'X-XSRF-TOKEN';
     static CURRENT_USER = 'CURRENT_USER';
     static BASE_URL = '/elogbook/rest/beservice';