diff --git a/.gitmodules b/.gitmodules index e25978215..bed812bea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 1.5.x + branch = chore-update-sdk diff --git a/app/console b/app/console index 1d942975d..44edd461c 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 1d942975d16397a252a58ab730fb57819d679213 +Subproject commit 44edd461c6036cb462047c1424b80f0903cdc15e diff --git a/app/init.php b/app/init.php index db4fe4d66..4e75b5198 100644 --- a/app/init.php +++ b/app/init.php @@ -112,8 +112,8 @@ 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 = 329; -const APP_VERSION_STABLE = '1.4.13'; +const APP_CACHE_BUSTER = 330; +const APP_VERSION_STABLE = '1.5.0'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum'; const APP_DATABASE_ATTRIBUTE_IP = 'ip';