Skip to content

Commit 3142569

Browse files
authored
Merge pull request #78 from appwrite/dev
feat: React Native SDK update for version 0.17.1
2 parents aa201b7 + 2c3db3c commit 3142569

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.17.0
3+
## 0.17.1
44

55
* Add transaction support for Databases and TablesDB
66

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

0 commit comments

Comments
 (0)