Skip to content

Commit ed9ff97

Browse files
committed
fix: version in changelog
1 parent 4010533 commit ed9ff97

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
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## 0.10.2
3+
## 0.11.0
44

55
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
66
* Add `sequence` support to `Document` model

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

0 commit comments

Comments
 (0)