1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Increment Version Number

This commit is contained in:
Bradley Schofield 2023-08-18 15:23:47 +01:00
parent 43cb494ae7
commit aa9ea0e013
No known key found for this signature in database
GPG key ID: CDDF1217D7D66C9D

View file

@ -108,7 +108,7 @@ const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
const APP_CACHE_BUSTER = 506;
const APP_VERSION_STABLE = '1.3.8';
const APP_VERSION_STABLE = '1.4.0';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
const APP_DATABASE_ATTRIBUTE_IP = 'ip';