Skip to content

Commit cd68c63

Browse files
fix response format version
1 parent e156935 commit cd68c63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/client_browser.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
2626
_headers = {
2727
'content-type': 'application/json',
2828
'x-sdk-version': 'appwrite:dart:1.0.2',
29-
'X-Appwrite-Response-Format' : '0.10.0',
29+
'X-Appwrite-Response-Format' : '0.11.0',
3030
};
3131

3232
this.config = {};

lib/src/client_io.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ClientIO extends ClientBase with ClientMixin {
3636
this._headers = {
3737
'content-type': 'application/json',
3838
'x-sdk-version': 'appwrite:dart:1.0.2',
39-
'X-Appwrite-Response-Format' : '0.10.0',
39+
'X-Appwrite-Response-Format' : '0.11.0',
4040
};
4141

4242
this.config = {};

0 commit comments

Comments
 (0)