We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671741a commit 9e94951Copy full SHA for 9e94951
package.json
@@ -505,5 +505,5 @@
505
"type": "git",
506
"url": "https:\/\/github.com\/sumneko\/lua-language-server"
507
},
508
- "version": "0.20.1"
+ "version": "0.20.2"
509
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json-beautify'
2
3
-local VERSION = "0.20.1"
+local VERSION = "0.20.2"
4
5
local package = require 'package.package'
6
0 commit comments