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 9d9e0a6 commit 809c35bCopy full SHA for 809c35b
package.json
@@ -464,5 +464,5 @@
464
"type": "git",
465
"url": "https://github.com/sumneko/lua-language-server"
466
},
467
- "version": "0.18.0"
+ "version": "0.18.1"
468
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json'
2
3
-local VERSION = "0.18.0"
+local VERSION = "0.18.1"
4
5
local package = require 'package.package'
6
0 commit comments