From 238c00097f216df1fcbb8fd231d7415fe0210f52 Mon Sep 17 00:00:00 2001 From: mechtelm <mechtel@iqb.hu-berlin.de> Date: Mon, 10 Feb 2020 16:31:12 +0100 Subject: [PATCH] dist v 1.1 --- src/environments/environment.build.ts | 2 +- src/environments/environment.prod.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.build.ts b/src/environments/environment.build.ts index 6d22e96a..b60edfbc 100644 --- a/src/environments/environment.build.ts +++ b/src/environments/environment.build.ts @@ -2,7 +2,7 @@ export const environment = { production: false, - testcenterUrl: 'https://www.iqb-testcenter.de/admin/', + testcenterUrl: 'https://ocba.iqb.hu-berlin.de/admin/', appName: 'IQB-Testcenter Verwaltung', appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen', appVersion: '1.0 - 8.4.2019' diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index d5f6ab4b..8a5ba156 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -5,5 +5,5 @@ export const environment = { testcenterUrl: '/admin/', appName: 'IQB-Testcenter Verwaltung', appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen', - appVersion: '1.0 - 8.4.2019' + appVersion: '1.1 - 10.2.2020' }; -- GitLab