Skip to content

Commit 7ca3e9d

Browse files
committed
chore: update SDKs for appwrite 1.6.0
1 parent 244f41f commit 7ca3e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-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": "0.5.0-rc.3",
5+
"version": "0.5.0",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Client {
103103
'x-sdk-name': 'React Native',
104104
'x-sdk-platform': 'client',
105105
'x-sdk-language': 'reactnative',
106-
'x-sdk-version': '0.5.0-rc.3',
106+
'x-sdk-version': '0.5.0',
107107
'X-Appwrite-Response-Format': '1.6.0',
108108
};
109109

0 commit comments

Comments
 (0)