Skip to content

Commit 161a338

Browse files
committed
0.20.8
1 parent ab41551 commit 161a338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,5 +517,5 @@
517517
"type": "git",
518518
"url": "https://github.com/sumneko/lua-language-server"
519519
},
520-
"version": "0.20.7"
520+
"version": "0.20.8"
521521
}

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "0.20.7"
3+
local VERSION = "0.20.8"
44

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)