Skip to content

Commit 324d9c2

Browse files
authored
Merge pull request appwrite#88 from appwrite/chore-bump-version
Bump version
2 parents ca8cb1d + ea53760 commit 324d9c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
jobs:
66
include:
77
- stage: NPM RC Release
8-
if: tag == *-RC*
8+
if: tag =~ /-(rc|RC)/
99
node_js: "14.16"
1010
script:
1111
- npm install
@@ -17,7 +17,7 @@ jobs:
1717
api_key: $NPM_API_KEY
1818
tag: next
1919
- stage: NPM Release
20-
if: tag != *-RC*
20+
if: tag =~ /-(rc|RC)/
2121
node_js: "14.16"
2222
script:
2323
- npm install

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": "13.0.1",
5+
"version": "13.0.2",
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
@@ -102,7 +102,7 @@ class Client {
102102
'x-sdk-name': 'Web',
103103
'x-sdk-platform': 'client',
104104
'x-sdk-language': 'web',
105-
'x-sdk-version': '13.0.1',
105+
'x-sdk-version': '13.0.2',
106106
'X-Appwrite-Response-Format': '1.4.0',
107107
};
108108

0 commit comments

Comments
 (0)