Skip to content

Commit bbcfbec

Browse files
committed
feat: update patch release
1 parent 0b061a1 commit bbcfbec

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
@@ -10,7 +10,7 @@ class Client {
1010
this.endpoint = 'https://HOSTNAME/v1';
1111
this.headers = {
1212
'content-type': '',
13-
'x-sdk-version': 'appwrite:nodejs:7.0.2',
13+
'x-sdk-version': 'appwrite:nodejs:7.0.3',
1414
'X-Appwrite-Response-Format' : '0.15.0',
1515
};
1616
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": "7.0.2",
5+
"version": "7.0.3",
66
"license": "BSD-3-Clause",
77
"main": "./index.js",
88
"types": "./index.d.ts",

0 commit comments

Comments
 (0)