chore: prepare 0.14.2 release

This commit is contained in:
Torsten Dittmann
2022-05-19 15:19:51 +02:00
parent 42e56632b5
commit a00a35a02c
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const APP_LIMIT_ENCRYPTION = 20000000; //20MB
const APP_LIMIT_COMPRESSION = 20000000; //20MB
const APP_LIMIT_ARRAY_PARAMS_SIZE = 100; // Default maximum of how many elements can there be in API parameter that expects array value
const APP_CACHE_BUSTER = 305;
const APP_VERSION_STABLE = '0.14.1';
const APP_VERSION_STABLE = '0.14.2';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
const APP_DATABASE_ATTRIBUTE_IP = 'ip';