Skip to content

Commit 564e1fe

Browse files
committed
0.20.5
1 parent 7df7226 commit 564e1fe

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.4"
520+
"version": "0.20.5"
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.4"
3+
local VERSION = "0.20.5"
44

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)