Correction of the production angular version number.

This commit is contained in:
2019-02-19 21:17:30 +01:00
parent 0e247d7c36
commit 54e15ffa59

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
appVersion: '1.0.1',
appVersion: '1.1.0',
title: ''
};