Update angular app version number.

This commit is contained in:
2019-08-05 21:29:31 +02:00
parent cba6d7f33a
commit 6a435bafbd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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