Skip to content

Commit d07690a

Browse files
committed
chore: regenerate sdk v0.11.0
1 parent 0816819 commit d07690a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 0.11.0
4+
5+
* Version bump and SDK regeneration
6+
37
## 0.10.0
48

59
* Add generate file URL methods like`getFilePreviewURL`, `getFileViewURL` etc.

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.0",
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.0',
118+
'x-sdk-version': '0.11.0',
119119
'X-Appwrite-Response-Format': '1.7.0',
120120
};
121121

0 commit comments

Comments
 (0)