Update app version in front app.

This commit is contained in:
2020-01-21 21:56:52 +01:00
parent 05a6b48901
commit c0fa7c40a6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
appVersion: '1.2.0',
appVersion: '1.2.1',
title: 'Intégration'
};

View File

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

View File

@@ -4,7 +4,7 @@
export const environment = {
production: false,
appVersion: '1.2.0',
appVersion: '1.2.1',
title: 'Développement'
};