summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-19 09:54:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-19 09:54:13 +0800
commitc8a0d6924da782ad2c7266c4cf018fcc29c18336 (patch)
treec257ea4a6b6622fd158671329bc9873e2174f0eb
parent6ce91a813b86e5ea8d0468f4e23d46a08d4a9e59 (diff)
downloadlua-language-server-c8a0d6924da782ad2c7266c4cf018fcc29c18336.zip
0.12.8
-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 25e49ef2..acc125c6 100644
--- a/package.json
+++ b/package.json
@@ -371,5 +371,5 @@
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
},
- "version": "0.12.7"
+ "version": "0.12.8"
} \ No newline at end of file
diff --git a/server/build_package.lua b/server/build_package.lua
index 83a9aeea..b8760864 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.7"
+local VERSION = "0.12.8"
local package = {
name = "lua",