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 4a39d15 commit 58dfecaCopy full SHA for 58dfeca
‎package.json‎
@@ -1,6 +1,6 @@
1
{
2
"name": "tcs",
3
- "version": "0.11.2",
+ "version": "0.11.3",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
‎server/version.py‎
@@ -1,2 +1,2 @@
-version = (0, 11, 2)
+version = (0, 11, 3)
version_info = '.'.join(str(c) for c in version)
0 commit comments