1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated SDKs versions

This commit is contained in:
eldadfux 2019-10-01 21:05:28 +03:00
parent ac2b81eea2
commit e56f5e755c

View file

@ -37,7 +37,7 @@ $cli
$clients = [
'php' => [
'version' => '1.0.8',
'version' => '1.0.9',
'result' => __DIR__.'/../sdks/php/',
'gitURL' => 'https://github.com/appwrite/sdk-for-php.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-php.git',
@ -47,7 +47,7 @@ $cli
'platform' => 'server',
],
'js' => [
'version' => '1.0.21',
'version' => '1.0.22',
'result' => __DIR__.'/../sdks/js/',
'gitURL' => 'https://github.com/appwrite/sdk-for-js.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-js.git',
@ -57,7 +57,7 @@ $cli
'platform' => 'client',
],
'node' => [
'version' => '1.0.25',
'version' => '1.0.26',
'result' => __DIR__.'/../sdks/node/',
'gitURL' => 'https://github.com/appwrite/sdk-for-node.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-node.git',