We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a140a commit eafd983Copy full SHA for eafd983
package.json
@@ -470,5 +470,5 @@
470
"type": "git",
471
"url": "https://github.com/sumneko/lua-language-server"
472
},
473
- "version": "0.19.1"
+ "version": "0.19.2"
474
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json'
2
3
-local VERSION = "0.19.1"
+local VERSION = "0.19.2"
4
5
local package = require 'package.package'
6
0 commit comments