diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-10-19 17:44:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-10-19 17:44:16 +0800 |
commit | 0d854a73d9e68a6ff56e6fd769a7c0bab6d3d4fc (patch) | |
tree | 18de17ef7ae6d0bb524ee3b50caf3539dbbe17fd | |
parent | 5a8bb48667aacb0e478e97507642b439f86471c3 (diff) | |
download | lua-language-server-0d854a73d9e68a6ff56e6fd769a7c0bab6d3d4fc.zip |
0.12.13
-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 7388301f..31666da9 100644 --- a/package.json +++ b/package.json @@ -382,5 +382,5 @@ "type": "git", "url": "https://github.com/sumneko/lua-language-server" }, - "version": "0.12.12" + "version": "0.12.13" }
\ No newline at end of file diff --git a/server/build_package.lua b/server/build_package.lua index 90634442..8d108d78 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.12.12" +local VERSION = "0.12.13" local package = { name = "lua", |