From 63127eb3ac3607622040b965d298b2f876d4cdb2 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Wed, 2 Feb 2022 10:58:44 +0100 Subject: [PATCH] Fix problem with analysis task list not refreshing due to too long loading time --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9cb3ac8..8c09b57f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netex", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 291dd59b..97a725e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netex", - "version": "0.9.2", + "version": "0.9.3", "scripts": { "ng": "ng", "start:local": "ng serve --configuration=local", -- GitLab