refactor: set production version of the backend

This commit is contained in:
Jovan Krunić
2024-07-19 15:10:43 +02:00
parent df681de083
commit c9e881582f
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: '999.0.0',
backend_version: '3.3.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: '999.0.0',
backend_version: '3.3.0',
production: false,
};