Skip to content

Commit 3579314

Browse files
update version number
1 parent 5b104a6 commit 3579314

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this to your package's `pubspec.yaml` file:
2222

2323
```yml
2424
dependencies:
25-
appwrite: ^0.6.3
25+
appwrite: ^0.6.4
2626
```
2727
2828
You can install packages from the command line:

lib/client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Client {
2626

2727
this.headers = {
2828
'content-type': 'application/json',
29-
'x-sdk-version': 'appwrite:flutter:0.6.3',
29+
'x-sdk-version': 'appwrite:flutter:0.6.4',
3030
'X-Appwrite-Response-Format' : '0.8.0',
3131
};
3232

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: appwrite
2-
version: 0.6.3
2+
version: 0.6.4
33
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
44
homepage: https://appwrite.io
55
repository: https://github.com/appwrite/sdk-for-flutter

0 commit comments

Comments
 (0)