diff --git a/.gitmodules b/.gitmodules index b9e687145..f944bb170 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 4.0.3 + branch = 4.0.4 diff --git a/app/console b/app/console index afb50f720..d75ef00fb 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit afb50f720d94d0d92a4807d1931624fc55b41386 +Subproject commit d75ef00fb088c909bf8fdc5b12c2fe25ed270b43 diff --git a/app/init.php b/app/init.php index b382bfb62..710b7053b 100644 --- a/app/init.php +++ b/app/init.php @@ -111,7 +111,7 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return 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 = 332; +const APP_CACHE_BUSTER = 404; const APP_VERSION_STABLE = '1.5.2'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';