Change the version number.

This commit is contained in:
2018-09-02 22:46:52 +02:00
parent dfa994e4c2
commit ecedf08a25
3 changed files with 3 additions and 3 deletions

View File

@@ -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'
};

View File

@@ -1,6 +1,6 @@
export const environment = {
production: true,
apiUrl: 'https://176.188.217.1:54444',
appVersion: '1.0',
appVersion: '1.0.1',
title: ''
};

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'
};