diff --git a/README.md b/README.md index 5d0480e..d67738a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add this to your package's `pubspec.yaml` file: ```yml dependencies: - appwrite: ^0.6.0 + appwrite: ^0.6.1 ``` You can install packages from the command line: diff --git a/lib/client.dart b/lib/client.dart index 7bfc68e..eae6e8a 100644 --- a/lib/client.dart +++ b/lib/client.dart @@ -26,7 +26,7 @@ class Client { this.headers = { 'content-type': 'application/json', - 'x-sdk-version': 'appwrite:flutter:0.6.0', + 'x-sdk-version': 'appwrite:flutter:0.6.1', 'X-Appwrite-Response-Format' : '0.8.0', }; diff --git a/pubspec.yaml b/pubspec.yaml index b9aae77..f58870c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: appwrite -version: 0.6.0 +version: 0.6.1 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