Change the version number.

This commit is contained in:
2018-09-03 21:53:22 +02:00
parent 48dfaefa0c
commit b13044c1b7
3 changed files with 3 additions and 3 deletions
@@ -6,6 +6,6 @@
export const environment = {
production: false,
apiUrl: 'http://192.168.0.153:8445',
appVersion: '1.0',
appVersion: '1.0.1',
title: 'Intégration'
};
@@ -1,6 +1,6 @@
export const environment = {
production: true,
apiUrl: 'https://176.188.217.1:54444',
appVersion: '1.0',
appVersion: '1.0.1',
title: ''
};
+1 -1
View File
@@ -6,6 +6,6 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8080',
appVersion: '1.0',
appVersion: '1.0.1',
title: 'Développement'
};