Patch lib
FarmMaps/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Peter Bastiani 2021-06-23 13:18:46 +02:00
parent 92173c9847
commit ea1b22ed41
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "farmmaps-lib-app",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",

View File

@ -15,4 +15,5 @@ export interface IUser {
cocNumber?: string;
searchable: boolean;
newsletter?: boolean;
language?: string;
}