chore: update sdk versions

This commit is contained in:
Christy Jacob
2022-09-22 09:41:39 +05:30
parent 4cbf5d21d8
commit 3e89df0aea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Add this to your package's `pubspec.yaml` file:
```yml
dependencies:
appwrite: ^8.0.0
appwrite: ^8.1.0
```
You can install packages from the command line:
+1 -1
View File
@@ -43,7 +43,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
'x-sdk-name': 'Flutter',
'x-sdk-platform': 'client',
'x-sdk-language': 'flutter',
'x-sdk-version': '8.0.0',
'x-sdk-version': '8.1.0',
'X-Appwrite-Response-Format' : '1.0.0',
};
+1 -1
View File
@@ -64,7 +64,7 @@ class ClientIO extends ClientBase with ClientMixin {
'x-sdk-name': 'Flutter',
'x-sdk-platform': 'client',
'x-sdk-language': 'flutter',
'x-sdk-version': '8.0.0',
'x-sdk-version': '8.1.0',
'X-Appwrite-Response-Format' : '1.0.0',
};
+1 -1
View File
@@ -1,5 +1,5 @@
name: appwrite
version: 8.0.0
version: 8.1.0
description: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
homepage: https://appwrite.io
repository: https://github.com/appwrite/sdk-for-flutter