Change the version number.
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://192.168.0.153:8445',
|
apiUrl: 'http://192.168.0.153:8445',
|
||||||
appVersion: '1.0',
|
appVersion: '1.0.1',
|
||||||
title: 'Intégration'
|
title: 'Intégration'
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'https://176.188.217.1:54444',
|
apiUrl: 'https://176.188.217.1:54444',
|
||||||
appVersion: '1.0',
|
appVersion: '1.0.1',
|
||||||
title: ''
|
title: ''
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,6 +6,6 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'http://localhost:8080',
|
apiUrl: 'http://localhost:8080',
|
||||||
appVersion: '1.0',
|
appVersion: '1.0.1',
|
||||||
title: 'Développement'
|
title: 'Développement'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user