OK-490 fixed version-info and set version to 1.0.0
diff --git a/src/app/common/globals.ts b/src/app/common/globals.ts
index 9cf264a..68f974d 100644
--- a/src/app/common/globals.ts
+++ b/src/app/common/globals.ts
@@ -1,5 +1,5 @@
 export class Globals {
-    static FRONTEND_VERSION = '0.1.3';
+    static FRONTEND_VERSION = '1.0.0';
     static SESSION_TOKEN_TAG = 'X-XSRF-TOKEN';
     static CURRENT_USER = 'CURRENT_USER';
     static BASE_URL = '/elogbook/rest/beservice';