Skip to content

Commit 8a92442

Browse files
authored
Merge pull request #93 from appwrite/dev
feat: React Native SDK update for version 0.25.0
2 parents 7f42a2d + 318d24c commit 8a92442

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "1.0.0",
5+
"version": "0.25.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
@@ -158,7 +158,7 @@ class Client {
158158
'x-sdk-name': 'React Native',
159159
'x-sdk-platform': 'client',
160160
'x-sdk-language': 'reactnative',
161-
'x-sdk-version': '1.0.0',
161+
'x-sdk-version': '0.25.0',
162162
'X-Appwrite-Response-Format': '1.8.0',
163163
};
164164

0 commit comments

Comments
 (0)