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 76962c3 commit 413d7a5Copy full SHA for 413d7a5
β.travis.ymlβ
@@ -27,6 +27,7 @@ deploy:
27
provider: releases
28
api_key: $GITHUB_TOKEN
29
file: '*.zip'
30
+ file_glob: true
31
skip_cleanup: true
32
on:
33
branch: master
βpackage.jsonβ
@@ -1,6 +1,6 @@
1
{
2
"name": "tcs",
3
- "version": "0.11.6",
+ "version": "0.11.7",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
βserver/version.pyβ
@@ -1,2 +1,2 @@
-version = (0, 11, 6)
+version = (0, 11, 7)
version_info = '.'.join(str(c) for c in version)
0 commit comments