diff --git a/package.json b/package.json index a6b2a7eb..53463dbc 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": "1.0.0", + "version": "0.25.0", "license": "BSD-3-Clause", "main": "dist/cjs/sdk.js", "exports": { diff --git a/src/client.ts b/src/client.ts index c26b3fd4..d6bfc9fe 100644 --- a/src/client.ts +++ b/src/client.ts @@ -158,7 +158,7 @@ class Client { 'x-sdk-name': 'React Native', 'x-sdk-platform': 'client', 'x-sdk-language': 'reactnative', - 'x-sdk-version': '1.0.0', + 'x-sdk-version': '0.25.0', 'X-Appwrite-Response-Format': '1.8.0', };