Skip to content

Commit 62a28a2

Browse files
committed
chore: fix version
1 parent 0362e4e commit 62a28a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
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.7.3",
5+
"version": "0.7.2",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

Diff for: src/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Client {
114114
'x-sdk-name': 'React Native',
115115
'x-sdk-platform': 'client',
116116
'x-sdk-language': 'reactnative',
117-
'x-sdk-version': '0.7.3',
117+
'x-sdk-version': '0.7.2',
118118
'X-Appwrite-Response-Format': '1.6.0',
119119
};
120120

0 commit comments

Comments
 (0)