From 9bc326418d6d2ba6687f0381f5ea5c1b2d36f6cf Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sun, 17 Oct 2021 13:44:12 +0300 Subject: [PATCH] Update app/config/platforms.php --- 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 e2016a691c..6862a20668 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -79,7 +79,7 @@ return [ [ 'key' => 'apple', 'name' => 'Apple', - 'version' => '0.0.1', + 'version' => '0.1.0', 'url' => 'https://github.com/appwrite/sdk-for-apple', 'package' => 'https://github.com/appwrite/sdk-for-apple', 'enabled' => true,