Skip to content

Commit 29430cb

Browse files
committed
chore: regen to 1.7.x
1 parent 13e14ec commit 29430cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
## 0.7.4
3535

3636
* Upgrade dependencies to resolve PlatformConstants error with Expo 53
37-
* Update doc examples to use new multi-region endpoint
37+
* Update doc examples to use new multi-region endpoint

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.10.1",
5+
"version": "0.11.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
@@ -115,7 +115,7 @@ class Client {
115115
'x-sdk-name': 'React Native',
116116
'x-sdk-platform': 'client',
117117
'x-sdk-language': 'reactnative',
118-
'x-sdk-version': '0.10.1',
118+
'x-sdk-version': '0.11.0',
119119
'X-Appwrite-Response-Format': '1.7.0',
120120
};
121121

0 commit comments

Comments
 (0)