Release Versions raised
diff --git a/src/app/common/globals.ts b/src/app/common/globals.ts
index 805d13b..bd722a2 100644
--- a/src/app/common/globals.ts
+++ b/src/app/common/globals.ts
@@ -10,7 +10,7 @@
 ******************************************************************************
 */
 export class Globals {
-    static FRONTEND_VERSION = '1.1.0';
+    static FRONTEND_VERSION = '1.2.0';
     static SESSION_TOKEN_TAG = 'X-XSRF-TOKEN';
     static CURRENT_USER = 'CURRENT_USER';
     static ALL_USERS = 'ALL_USERS';