Skip to content

Commit ffecee6

Browse files
feat(version): support 0.11.0
1 parent 36fda32 commit ffecee6

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/[email protected].3"></script>
36+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></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": "4.0.3",
5+
"version": "4.0.4",
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
@@ -87,7 +87,7 @@ class Appwrite {
8787
locale: '',
8888
};
8989
headers: Headers = {
90-
'x-sdk-version': 'appwrite:web:4.0.3',
90+
'x-sdk-version': 'appwrite:web:4.0.4',
9191
'X-Appwrite-Response-Format': '0.10.0',
9292
};
9393

0 commit comments

Comments
 (0)