From b43ca1a53975086b216e1b1378cff1b13c9372ee Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 16 Feb 2023 11:55:10 +0545 Subject: [PATCH] Update app/config/platforms.php Co-authored-by: Jake Barnby --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index aac485c934..58e8efffac 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -81,7 +81,7 @@ return [ [ 'key' => 'apple', 'name' => 'Apple', - 'version' => '1.2.1', + 'version' => '1.2.3', 'url' => 'https://github.com/appwrite/sdk-for-apple', 'package' => 'https://github.com/appwrite/sdk-for-apple', 'enabled' => true,