Skip to content

Commit 04ccf5f

Browse files
updated specs
1 parent b6fd694 commit 04ccf5f

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 abstracts and simplifies complex and repetitive development tasks behind a very simple REST API",
5-
"version": "0.21.0",
5+
"version": "0.23.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
@@ -145,7 +145,7 @@ class Client {
145145
'x-sdk-name': 'React Native',
146146
'x-sdk-platform': 'client',
147147
'x-sdk-language': 'reactnative',
148-
'x-sdk-version': '0.21.0',
148+
'x-sdk-version': '0.23.0',
149149
'X-Appwrite-Response-Format': '1.8.0',
150150
};
151151

0 commit comments

Comments
 (0)