diff --git a/package.json b/package.json index ab9b6cc1..4f0dc2a7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-appwrite", "homepage": "https://appwrite.io/support", "description": "Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API", - "version": "0.21.0", + "version": "0.23.0", "license": "BSD-3-Clause", "main": "dist/cjs/sdk.js", "exports": { diff --git a/src/client.ts b/src/client.ts index 387d35e3..0ee910da 100644 --- a/src/client.ts +++ b/src/client.ts @@ -145,7 +145,7 @@ class Client { 'x-sdk-name': 'React Native', 'x-sdk-platform': 'client', 'x-sdk-language': 'reactnative', - 'x-sdk-version': '0.21.0', + 'x-sdk-version': '0.23.0', 'X-Appwrite-Response-Format': '1.8.0', };