refactor: use latest backend (4.1.0)

This commit is contained in:
Rainer Killinger
2023-12-05 09:36:07 +01:00
parent 655efc9d29
commit bff2d985aa
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '4.0.0',
backend_version: '4.1.0',
production: true,
};

View File

@@ -21,7 +21,7 @@ export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '4.0.0',
backend_version: '4.1.0',
production: false,
};