diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-07-10 21:59:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-07-10 21:59:34 +0800 |
commit | 1c3cfb794039a06538f764a30144862e0b776e6b (patch) | |
tree | 21d28d62f4b78b19c0b536ac1b796b85ea19063b | |
parent | a9335f9a6477d267928c62776f61fabcaa7bcc66 (diff) | |
download | lua-language-server-1c3cfb794039a06538f764a30144862e0b776e6b.zip |
0.10.7
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | server/test/build_package.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index fff35c07..1d8ad9e1 100644 --- a/package.json +++ b/package.json @@ -306,5 +306,5 @@ "scripts": { "vscode:prepublish": "cd client && npm run update-vscode && cd .." }, - "version": "0.10.6" + "version": "0.10.7" }
\ No newline at end of file diff --git a/server/test/build_package.lua b/server/test/build_package.lua index 784f6a53..aba97e56 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.10.6" +local VERSION = "0.10.7" local package = { name = "lua", |