Set web app version for environments.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
appVersion: '1.0.1',
|
||||
appVersion: '1.2.0',
|
||||
title: 'INTÉGRATION'
|
||||
};
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
appVersion: '1.0.1',
|
||||
appVersion: '1.2.0',
|
||||
title: ''
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user