fixed missing URI encoding bug
diff --git a/src/app/common/globals.ts b/src/app/common/globals.ts
index 68f974d..c56d3a7 100644
--- a/src/app/common/globals.ts
+++ b/src/app/common/globals.ts
@@ -1,5 +1,5 @@
 export class Globals {
-    static FRONTEND_VERSION = '1.0.0';
+    static FRONTEND_VERSION = '1.0.1';
     static SESSION_TOKEN_TAG = 'X-XSRF-TOKEN';
     static CURRENT_USER = 'CURRENT_USER';
     static BASE_URL = '/elogbook/rest/beservice';