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 8dfc474 commit 2091150Copy full SHA for 2091150
package.json
@@ -494,5 +494,5 @@
494
"type": "git",
495
"url": "https://github.com/sumneko/lua-language-server"
496
},
497
- "version": "0.19.3"
+ "version": "0.19.4"
498
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json'
2
3
-local VERSION = "0.19.3"
+local VERSION = "0.19.4"
4
5
local package = require 'package.package'
6
0 commit comments