diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-06-14 21:29:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-06-14 21:29:02 +0800 |
commit | a5835c7d4e49aedfb2391ba442df2a2958f6db4c (patch) | |
tree | c59f3c1807c6573d5da2f252d45a2ff52e570d65 | |
parent | a9e2009353777084ff4c1247ac477444b55b4a8c (diff) | |
download | lua-language-server-a5835c7d4e49aedfb2391ba442df2a2958f6db4c.zip |
0.9.12
-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 296416e7..9bb711ab 100644 --- a/package.json +++ b/package.json @@ -301,5 +301,5 @@ "scripts": { "vscode:prepublish": "cd client && npm run update-vscode && cd .." }, - "version": "0.9.11" + "version": "0.9.12" }
\ No newline at end of file diff --git a/server/test/build_package.lua b/server/test/build_package.lua index e522064c..2bffc77f 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.9.11" +local VERSION = "0.9.12" local package = { name = "lua", |