diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-07-16 10:03:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-07-16 10:03:56 +0800 |
commit | bc51b878c4958e2977e21b835ec62bcfb4f2b604 (patch) | |
tree | 82f0274284ec30ae78e096cabde2cc15698591dc | |
parent | 15bb0851772bc2b82585f499ab61a9dc0c0feb8a (diff) | |
download | lua-language-server-bc51b878c4958e2977e21b835ec62bcfb4f2b604.zip |
0.10.8
-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 dbbb8d76..2d73d649 100644 --- a/package.json +++ b/package.json @@ -312,5 +312,5 @@ "scripts": { "vscode:prepublish": "cd client && npm run update-vscode && cd .." }, - "version": "0.10.7" + "version": "0.10.8" }
\ No newline at end of file diff --git a/server/test/build_package.lua b/server/test/build_package.lua index e987adca..8921f3ae 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.7" +local VERSION = "0.10.8" local package = { name = "lua", |