Skip to content

Commit 1e79e94

Browse files
committed
fix version
1 parent 8b7b84b commit 1e79e94

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.15.1
3+
## 0.16.0
44

55
* Deprecate `createVerification` method in `Account` service
66
* Add `createEmailVerification` method in `Account` service

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.15.1",
5+
"version": "0.16.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.15.1',
118+
'x-sdk-version': '0.16.0',
119119
'X-Appwrite-Response-Format': '1.8.0',
120120
};
121121

0 commit comments

Comments
 (0)