Skip to content

Commit ca2dd4f

Browse files
chore: update Console SDK to 13.1.0
1 parent 00c995f commit ca2dd4f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { Client, Account } from "@appwrite.io/console";
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.io/console@13.0.0"></script>
36+
<script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@13.1.0"></script>
3737
```
3838

3939

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@appwrite.io/console",
33
"homepage": "https://appwrite.io/support",
44
"description": "Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API",
5-
"version": "13.0.0",
5+
"version": "13.1.0",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ class Client {
390390
'x-sdk-name': 'Console',
391391
'x-sdk-platform': 'console',
392392
'x-sdk-language': 'web',
393-
'x-sdk-version': '13.0.0',
393+
'x-sdk-version': '13.1.0',
394394
'X-Appwrite-Response-Format': '1.9.5',
395395
};
396396

0 commit comments

Comments
 (0)