1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated SDK

This commit is contained in:
Eldad Fux 2020-04-14 17:15:47 +03:00
parent 573e153057
commit 9cb1c2edc8
4 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@ return [
[
'key' => 'dart',
'name' => 'Dart',
'version' => '0.1.0',
'version' => '0.1.1',
'url' => 'https://github.com/appwrite/sdk-for-dart',
'enabled' => true,
'beta' => true,

View file

@ -20,7 +20,7 @@ Add this to your package's `pubspec.yaml` file:
```yml
dependencies:
appwrite: ^0.1.0
appwrite: ^0.1.1
```
You can install packages from the command line:

View file

@ -30,7 +30,7 @@ class Client {
this.headers = {
'content-type': 'application/json',
'x-sdk-version': 'appwrite:dart:0.1.0',
'x-sdk-version': 'appwrite:dart:0.1.1',
};
this.config = {};

View file

@ -1,5 +1,5 @@
name: appwrite
version: 0.1.0
version: 0.1.1
description: Appwrite is an open-source self-hosted backend as a service that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API
homepage: https://appwrite.io
repository: https://github.com/appwrite/sdk-for-dart