Skip to content

Commit d1a4d84

Browse files
feat: support for 0.13.0
1 parent e764223 commit d1a4d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Client {
1111
endpoint: string = 'https://appwrite.io/v1';
1212
headers: Payload = {
1313
'content-type': '',
14-
'x-sdk-version': 'appwrite:deno:2.0.2',
14+
'x-sdk-version': 'appwrite:deno:3.0.0',
1515
'X-Appwrite-Response-Format':'0.13.0',
1616
};
1717

0 commit comments

Comments
 (0)