summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-05 21:34:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-05 21:34:45 +0800
commit8d48ad6e7a887266447cdca264f239d4697ec810 (patch)
treeede35d228f70dc7d3bc268c0add24af3fb936b5a
parent9e1824658b73c899d730c5ad80b018fe15969161 (diff)
downloadlua-language-server-8d48ad6e7a887266447cdca264f239d4697ec810.zip
0.12.5
-rw-r--r--package.json2
-rw-r--r--server/build_package.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8ca02082..08d9da28 100644
--- a/package.json
+++ b/package.json
@@ -345,5 +345,5 @@
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
},
- "version": "0.12.4"
+ "version": "0.12.5"
} \ No newline at end of file
diff --git a/server/build_package.lua b/server/build_package.lua
index c7d5dd97..fc351868 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.4"
+local VERSION = "0.12.5"
local package = {
name = "lua",