Skip to content

Commit

Permalink
bump version to check travis deploy 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jul 30, 2018
1 parent 4a39d15 commit 58dfeca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2",
"version": "0.11.3",
"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, 2)
version = (0, 11, 3)
version_info = '.'.join(str(c) for c in version)

0 comments on commit 58dfeca

Please sign in to comment.