1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Fixed dart versioning

This commit is contained in:
eldadfux 2019-09-20 19:10:54 +03:00
parent 598b9c9124
commit 43396eb24d

View file

@ -86,7 +86,7 @@ $cli
'warning' => '**WORK IN PROGRESS - NOT READY FOR USAGE - Want to help us improve this client SDK? Send a pull request to Appwrite [SDK generator repository](https://github.com/appwrite/sdk-generator).**',
],
'dart' => [
'version' => 'v0.0.1',
'version' => '0.0.1',
'result' => __DIR__.'/../sdks/dart/',
'gitURL' => 'https://github.com/appwrite/sdk-for-dart',
'gitRepo' => 'git@github.com:appwrite/sdk-for-dart.git',