diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-05 20:40:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-05 20:40:13 +0800 |
commit | a55c0e9c0b47fa02863c4847fdfeaf507fbce16d (patch) | |
tree | 6154f7bd934a1f1b37e2c23ecba8169e5ea28ab5 | |
parent | d3daab619497cbdb530b49c6b337e4dc1d61bb92 (diff) | |
download | lua-language-server-a55c0e9c0b47fa02863c4847fdfeaf507fbce16d.zip |
0.11.4
-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 94b3ad71..5fbe5d47 100644 --- a/package.json +++ b/package.json @@ -312,5 +312,5 @@ "scripts": { "vscode:prepublish": "cd client && npm run update-vscode && cd .." }, - "version": "0.11.3" + "version": "0.11.4" }
\ No newline at end of file diff --git a/server/test/build_package.lua b/server/test/build_package.lua index 294375a5..e8162db7 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.3" +local VERSION = "0.11.4" local package = { name = "lua", |