Skip to content

Commit f2d06b3

Browse files
committed
chore: update SDKs for appwrite 1.6.0
1 parent aefd02d commit f2d06b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export class Client {
1111
endpoint: string = 'https://cloud.appwrite.io/v1';
1212
headers: Payload = {
1313
'content-type': '',
14-
'user-agent' : `AppwriteDenoSDK/12.0.0-rc.3 (${Deno.build.os}; ${Deno.build.arch})`,
14+
'user-agent' : `AppwriteDenoSDK/12.0.0 (${Deno.build.os}; ${Deno.build.arch})`,
1515
'x-sdk-name': 'Deno',
1616
'x-sdk-platform': 'server',
1717
'x-sdk-language': 'deno',
18-
'x-sdk-version': '12.0.0-rc.3',
18+
'x-sdk-version': '12.0.0',
1919
'X-Appwrite-Response-Format':'1.6.0',
2020
};
2121

0 commit comments

Comments
 (0)