We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6a1be commit 76962c3Copy full SHA for 76962c3
β.travis.ymlβ
@@ -21,7 +21,7 @@ script:
21
- pip3 install -r requirements.txt
22
- yarn install
23
- npm run build
24
- - zip -r tcs-$(./turtle -v).zip . -x node_modules/\* .git/\* .cache/\*
+ - zip -r tcs-$TRAVIS_TAG.zip . -x node_modules/\* .git/\* .cache/\*
25
26
deploy:
27
provider: releases
βpackage.jsonβ
@@ -1,6 +1,6 @@
1
{
2
"name": "tcs",
3
- "version": "0.11.5",
+ "version": "0.11.6",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
βserver/version.pyβ
@@ -1,2 +1,2 @@
-version = (0, 11, 5)
+version = (0, 11, 6)
version_info = '.'.join(str(c) for c in version)
0 commit comments