Skip to content

Commit e7cde31

Browse files
committed
Bump version to 11.1.1
Create a new version so the latest version is not the RC release.
1 parent 67ce0ae commit e7cde31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class Client {
1313
this.headers = {
1414
'accept-encoding': '*',
1515
'content-type': '',
16-
'user-agent' : `AppwriteNodeJSSDK/11.1.0 (${os.type()}; ${os.version()}; ${os.arch()})`,
16+
'user-agent' : `AppwriteNodeJSSDK/11.1.1 (${os.type()}; ${os.version()}; ${os.arch()})`,
1717
'x-sdk-name': 'Node.js',
1818
'x-sdk-platform': 'server',
1919
'x-sdk-language': 'nodejs',
20-
'x-sdk-version': '11.1.0',
20+
'x-sdk-version': '11.1.1',
2121
'X-Appwrite-Response-Format' : '1.4.0',
2222
};
2323
this.selfSigned = false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "node-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": "11.1.0",
5+
"version": "11.1.1",
66
"license": "BSD-3-Clause",
77
"main": "./index.js",
88
"types": "./index.d.ts",

0 commit comments

Comments
 (0)