From 3e89df0aea43ff6b0609eeb645cb7ebb9a73a2ca Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 22 Sep 2022 09:41:39 +0530 Subject: [PATCH] chore: update sdk versions --- README.md | 2 +- lib/src/client_browser.dart | 2 +- lib/src/client_io.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b24ad2..8945fab 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/src/client_browser.dart b/lib/src/client_browser.dart index c59b517..d56a467 100644 --- a/lib/src/client_browser.dart +++ b/lib/src/client_browser.dart @@ -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', }; diff --git a/lib/src/client_io.dart b/lib/src/client_io.dart index 2cfbb23..77a174a 100644 --- a/lib/src/client_io.dart +++ b/lib/src/client_io.dart @@ -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', }; diff --git a/pubspec.yaml b/pubspec.yaml index 116e1a0..93830aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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