Update app version in front app.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
appVersion: '1.2.0',
|
appVersion: '1.2.1',
|
||||||
title: 'Intégration'
|
title: 'Intégration'
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
appVersion: '1.2.0',
|
appVersion: '1.2.1',
|
||||||
title: ''
|
title: ''
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
appVersion: '1.2.0',
|
appVersion: '1.2.1',
|
||||||
title: 'Développement'
|
title: 'Développement'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user