Bump version to 1.4.5

This commit is contained in:
Steven Nguyen
2023-10-09 16:39:46 -07:00
parent 501153532c
commit 071920fb30
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -109,7 +109,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 = 512;
const APP_VERSION_STABLE = '1.4.4';
const APP_VERSION_STABLE = '1.4.5';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
const APP_DATABASE_ATTRIBUTE_IP = 'ip';