Skip to content

Commit

Permalink
update travis andbump version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jul 30, 2018
1 parent 619229e commit ae64543
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ script:
- npm run build
- zip -r tcs-$(./turtle -v).zip . -x node_modules/\* .git/\* .cache/\*

branches:
only:
- hyperapp

deploy:
provider: releases
api_key: $GITHUB_TOKEN
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.1",
"version": "0.11.2",
"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, 1)
version = (0, 11, 2)
version_info = '.'.join(str(c) for c in version)

0 comments on commit ae64543

Please sign in to comment.