Skip to content

Commit 560e6a6

Browse files
committed
0.20.3
1 parent c034b36 commit 560e6a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

55
local package = require 'package.package'
66

server

0 commit comments

Comments
 (0)