Skip to content

Commit 22b8b45

Browse files
committed
Updated version number
1 parent fe21842 commit 22b8b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Client {
77
this.endpoint = 'https://appwrite.io/v1';
88
this.headers = {
99
'content-type': '',
10-
'x-sdk-version': 'appwrite:nodejs:1.0.32',
10+
'x-sdk-version': 'appwrite:nodejs:1.1.0',
1111
};
1212
this.selfSigned = false;
1313
}

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": "1.0.32",
5+
"version": "1.1.0",
66
"license": "BSD-3-Clause",
77
"main": "index.js",
88
"repository": {

0 commit comments

Comments
 (0)