diff --git a/.gitmodules b/.gitmodules index 70350ab5844..3f005ee6858 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 3.3.13 \ No newline at end of file + branch = 3.3.14 \ No newline at end of file diff --git a/app/console b/app/console index bf2969614de..852261b18e0 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit bf2969614de0e46eedf4057b82212785fdc8770b +Subproject commit 852261b18e018de36417fbbbcbb45869c22bf1ee diff --git a/app/init.php b/app/init.php index c02f886d4ab..9e6fe09fd11 100644 --- a/app/init.php +++ b/app/init.php @@ -110,7 +110,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 = 328; +const APP_CACHE_BUSTER = 3314; const APP_VERSION_STABLE = '1.4.13'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';