Skip to content

Commit 2705411

Browse files
Update client.js
1 parent 9c2c656 commit 2705411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Client {
99
this.endpoint = 'https://appwrite.io/v1';
1010
this.headers = {
1111
'content-type': '',
12-
'x-sdk-version': 'appwrite:nodejs:2.2.0',
12+
'x-sdk-version': 'appwrite:nodejs:2.2.3',
1313
'X-Appwrite-Response-Format' : '0.8.0',
1414
};
1515
this.selfSigned = false;
@@ -181,4 +181,4 @@ class Client {
181181
}
182182
}
183183

184-
module.exports = Client;
184+
module.exports = Client;

0 commit comments

Comments
 (0)