diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-06-26 21:54:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-06-26 21:54:39 +0800 |
commit | f3f86af8e69cf2f71af7caa57b708cbbee0be88c (patch) | |
tree | 31ced8b982dd2af19da09cd453a784fffe185443 | |
parent | 3c5cf8b4ef7de96564184531d640b9191fb66fac (diff) | |
download | lua-language-server-f3f86af8e69cf2f71af7caa57b708cbbee0be88c.zip |
0.10.2
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | server/test/build_package.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 687cc0e3..00d01514 100644 --- a/package.json +++ b/package.json @@ -306,5 +306,5 @@ "scripts": { "vscode:prepublish": "cd client && npm run update-vscode && cd .." }, - "version": "0.10.1" + "version": "0.10.2" }
\ No newline at end of file diff --git a/server/test/build_package.lua b/server/test/build_package.lua index d88dd321..9c6b6859 100644 --- a/server/test/build_package.lua +++ b/server/test/build_package.lua @@ -1,7 +1,7 @@ local json = require 'json' local diagDefault = require 'constant.DiagnosticDefaultSeverity' -local VERSION = "0.10.1" +local VERSION = "0.10.2" local package = { name = "lua", |