We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df7226 commit 564e1feCopy full SHA for 564e1fe
package.json
@@ -517,5 +517,5 @@
517
"type": "git",
518
"url": "https://github.com/sumneko/lua-language-server"
519
},
520
- "version": "0.20.4"
+ "version": "0.20.5"
521
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json-beautify'
2
3
-local VERSION = "0.20.4"
+local VERSION = "0.20.5"
4
5
local package = require 'package.package'
6
0 commit comments