summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--server/test/build_package.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8b9b19ca..94b3ad71 100644
--- a/package.json
+++ b/package.json
@@ -312,5 +312,5 @@
"scripts": {
"vscode:prepublish": "cd client && npm run update-vscode && cd .."
},
- "version": "0.11.2"
+ "version": "0.11.3"
} \ No newline at end of file
diff --git a/server/test/build_package.lua b/server/test/build_package.lua
index 10139c87..294375a5 100644
--- a/server/test/build_package.lua
+++ b/server/test/build_package.lua
@@ -1,7 +1,7 @@
local json = require 'json'
local diagDefault = require 'constant.DiagnosticDefaultSeverity'
-local VERSION = "0.11.2"
+local VERSION = "0.11.3"
local package = {
name = "lua",