Skip to content

Commit 413d7a5

Browse files
author
stsdc
committed
😬
1 parent 76962c3 commit 413d7a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

β€Ž.travis.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ deploy:
2727
provider: releases
2828
api_key: $GITHUB_TOKEN
2929
file: '*.zip'
30+
file_glob: true
3031
skip_cleanup: true
3132
on:
3233
branch: master

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcs",
3-
"version": "0.11.6",
3+
"version": "0.11.7",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

β€Žserver/version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = (0, 11, 6)
1+
version = (0, 11, 7)
22
version_info = '.'.join(str(c) for c in version)

0 commit comments

Comments
Β (0)