diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-05-20 00:32:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-05-20 00:32:54 +0800 |
commit | 6014825d9b1afe0af05f61c5ece7cf2b6f6b8013 (patch) | |
tree | fb493864225b245555d7f2e19f5c6b81c8f479e7 | |
parent | 11086c9daa6c45186db21fd33767726bcf37b127 (diff) | |
download | lua-language-server-6014825d9b1afe0af05f61c5ece7cf2b6f6b8013.zip |
0.9.5
-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 7cbc4285..efec7fc5 100644 --- a/package.json +++ b/package.json @@ -290,5 +290,5 @@ "scripts": { "vscode:prepublish": "cd client && npm run update-vscode && cd .." }, - "version": "0.9.4" + "version": "0.9.5" }
\ No newline at end of file diff --git a/server/test/build_package.lua b/server/test/build_package.lua index 15e64c82..425a367d 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.4" +local VERSION = "0.9.5" local package = { name = "lua", |