Skip to content

Commit dc9c585

Browse files
Merge pull request #15 from appwrite/TorstenDittmann-patch-1
prevent cleanup on travis
2 parents a5a5411 + 4c2bf42 commit dc9c585

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
provider: npm
1818
email: $NPM_EMAIL
1919
api_key: $NPM_API_KEY
20+
skip_cleanup: true
2021
on:
21-
tags: true
22+
tags: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { Appwrite } from "appwrite";
3434
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:
3535

3636
```html
37-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
37+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
3838
```
3939

4040

@@ -126,4 +126,4 @@ This library is auto-generated by Appwrite custom [SDK Generator](https://github
126126

127127
## License
128128

129-
Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.
129+
Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.

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": "3.0.0",
5+
"version": "3.0.1",
66
"license": "BSD-3-Clause",
77
"main": "dist/cjs/sdk.js",
88
"exports": {

0 commit comments

Comments
 (0)