Skip to content

Commit

Permalink
Fix between query output
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Nov 16, 2023
1 parent a700327 commit d2fe930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ class Client {
this.headers = {
'accept-encoding': '*',
'content-type': '',
'user-agent' : `AppwriteNodeJSSDK/11.0.1 (${os.type()}; ${os.version()}; ${os.arch()})`,
'user-agent' : `AppwriteNodeJSSDK/11.1.0 (${os.type()}; ${os.version()}; ${os.arch()})`,
'x-sdk-name': 'Node.js',
'x-sdk-platform': 'server',
'x-sdk-language': 'nodejs',
'x-sdk-version': '11.0.1',
'x-sdk-version': '11.1.0',
'X-Appwrite-Response-Format' : '1.4.0',
};
this.selfSigned = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-appwrite",
"homepage": "https://appwrite.io/support",
"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",
"version": "11.0.1",
"version": "11.1.0",
"license": "BSD-3-Clause",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit d2fe930

Please sign in to comment.