Skip to content

Commit 248acfb

Browse files
committed
0.21.8
1 parent 5310818 commit 248acfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,5 +561,5 @@
561561
"type": "git",
562562
"url": "https://github.com/sumneko/lua-language-server"
563563
},
564-
"version": "0.21.7"
564+
"version": "0.21.8"
565565
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "0.21.7"
3+
local VERSION = "0.21.8"
44

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)