Skip to content

Commit

Permalink
😬
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jul 30, 2018
1 parent 76962c3 commit 413d7a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: '*.zip'
file_glob: true
skip_cleanup: true
on:
branch: master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcs",
"version": "0.11.6",
"version": "0.11.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (0, 11, 6)
version = (0, 11, 7)
version_info = '.'.join(str(c) for c in version)

0 comments on commit 413d7a5

Please sign in to comment.