summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3c302392..aee99576 100644
--- a/package.json
+++ b/package.json
@@ -408,5 +408,5 @@
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
},
- "version": "0.13.0"
+ "version": "0.13.1"
} \ No newline at end of file
diff --git a/server/build_package.lua b/server/build_package.lua
index e0f01ad5..e7afeab0 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.13.0"
+local VERSION = "0.13.1"
local package = {
name = "lua",