Skip to content

Commit 9e94951

Browse files
committed
0.20.2
1 parent 671741a commit 9e94951

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
@@ -505,5 +505,5 @@
505505
"type": "git",
506506
"url": "https:\/\/github.com\/sumneko\/lua-language-server"
507507
},
508-
"version": "0.20.1"
508+
"version": "0.20.2"
509509
}

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.1"
3+
local VERSION = "0.20.2"
44

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)