Skip to content

Commit 3f71ea1

Browse files
committed
Updated version number
1 parent 49b4b3b commit 3f71ea1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import * as Appwrite from "appwrite";
3030
To install with a CDN (content delivery network) add the following scripts to the bottom of your <body> tag, but before you use any Appwrite services:
3131

3232
```html
33-
<script src="https://cdn.jsdelivr.net/npm/appwrite@1.0.29"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/appwrite@1.1.0"></script>
3434
```
3535

3636

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "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": "1.0.29",
5+
"version": "1.1.0",
66
"license": "BSD-3-Clause",
77
"main": "src/sdk.js",
88
"types": "types/index.d.ts",

src/sdk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
globalParams.push({key: key, value: value});
104104
};
105105

106-
addGlobalHeader('x-sdk-version', 'appwrite:javascript:1.0.29');
106+
addGlobalHeader('x-sdk-version', 'appwrite:javascript:1.1.0');
107107
addGlobalHeader('content-type', '');
108108

109109
/**

src/sdk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for appwrite 1.0.29
1+
// Type definitions for appwrite 1.1.0
22
// Project: Appwrite
33

44

0 commit comments

Comments
 (0)