Skip to content

Commit b065d93

Browse files
committed
Fixed deployment bug
1 parent 933c695 commit b065d93

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.2
2+
3+
- Fixed deployment bug
4+
15
## 0.6.1
26

37
- Fix for image preview param types

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.1
25+
appwrite: ^0.6.2
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.1',
29+
'x-sdk-version': 'appwrite:flutter:0.6.2',
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.1
2+
version: 0.6.2
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)