Set web app version for environments.

This commit is contained in:
2019-08-13 19:02:49 +02:00
parent 5fb38717d0
commit f8dbe96352
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
export const environment = {
production: false,
appVersion: '1.0.1',
appVersion: '1.2.0',
title: 'INTÉGRATION'
};

View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
appVersion: '1.0.1',
appVersion: '1.2.0',
title: ''
};