Skip to content

Commit f441bff

Browse files
committed
fix versions
1 parent 126e2c6 commit f441bff

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
@@ -33,7 +33,7 @@ import { Appwrite } from "appwrite";
3333
To install with a CDN (content delivery network) add the following scripts to the bottom of your <body> tag, but before you use any Appwrite services:
3434

3535
```html
36-
<script src="https://cdn.jsdelivr.net/npm/appwrite@5.0.0"></script>
36+
<script src="https://cdn.jsdelivr.net/npm/appwrite@6.0.0"></script>
3737
```
3838

3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "appwrite",
33
"homepage": "https://appwrite.io/support",
44
"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",
5-
"version": "5.0.0",
5+
"version": "6.0.0",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ class Appwrite {
791791
locale: '',
792792
};
793793
headers: Headers = {
794-
'x-sdk-version': 'appwrite:web:5.0.0',
794+
'x-sdk-version': 'appwrite:web:6.0.0',
795795
'X-Appwrite-Response-Format': '0.12.0',
796796
};
797797

0 commit comments

Comments
 (0)