Skip to content

Commit 6aa0c53

Browse files
authored
Merge pull request #109 from appwrite/release-patch-16.0.1
release: bump version
2 parents 3457d79 + b30e1cf commit 6aa0c53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { Client, Account } 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@16.0.0"></script>
36+
<script src="https://cdn.jsdelivr.net/npm/appwrite@16.0.1"></script>
3737
```
3838

3939

package.json

+1-1
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": "16.0.0",
5+
"version": "16.0.1",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

src/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class Client {
303303
'x-sdk-name': 'Web',
304304
'x-sdk-platform': 'client',
305305
'x-sdk-language': 'web',
306-
'x-sdk-version': '16.0.0',
306+
'x-sdk-version': '16.0.1',
307307
'X-Appwrite-Response-Format': '1.6.0',
308308
};
309309

0 commit comments

Comments
 (0)