1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated SDK version

This commit is contained in:
Eldad Fux 2020-12-24 08:39:03 +02:00
parent 4b80a2d03a
commit 83d6f56d00
2 changed files with 2 additions and 5 deletions

View file

@ -15,7 +15,7 @@ return [
[
'key' => 'web',
'name' => 'Web',
'version' => '1.1.0',
'version' => '1.2.0',
'url' => 'https://github.com/appwrite/sdk-for-js',
'package' => 'https://www.npmjs.com/package/appwrite',
'enabled' => true,

View file

@ -191,10 +191,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
cp -r '.$result.'/ '.$target.'/ && \
git add . && \
git commit -m "'.$message.'" && \
git push -u origin master && \
rm -rf '.$result.'/* && \
mkdir -p '.$result.'/docs/examples && \
cp -r '.$target.$key.'-'.$language['key'].'/docs/examples '.$result.'/docs/examples
git push -u origin master
');
Console::success("Pushed {$language['name']} SDK to {$gitUrl}");