diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-22 17:48:33 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-22 17:48:33 +0800 |
commit | 52c94b5a1f794ffd24bd020b6f0903afc9d44a93 (patch) | |
tree | 69a11b6262d9ba2ea4be00146a9e9b6561b59d3f | |
parent | c2928266ada23fb001c3dc1143e18e72aa7ce177 (diff) | |
download | lua-language-server-52c94b5a1f794ffd24bd020b6f0903afc9d44a93.zip |
0.14.2
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | server/build_package.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ef0a65d2..0f8f5892 100644 --- a/package.json +++ b/package.json @@ -408,5 +408,5 @@ "type": "git", "url": "https://github.com/sumneko/lua-language-server" }, - "version": "0.14.1" + "version": "0.14.2" }
\ No newline at end of file diff --git a/server/build_package.lua b/server/build_package.lua index 17ec38f5..402cea14 100644 --- a/server/build_package.lua +++ b/server/build_package.lua @@ -1,7 +1,7 @@ local json = require 'json' local diagDefault = require 'constant.DiagnosticDefaultSeverity' -local VERSION = "0.14.1" +local VERSION = "0.14.2" local package = { name = "lua", |