Skip to content

Commit 873b602

Browse files
committed
0.18.3
1 parent 32a58af commit 873b602

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
@@ -470,5 +470,5 @@
470470
"type": "git",
471471
"url": "https://github.com/sumneko/lua-language-server"
472472
},
473-
"version": "0.18.2"
473+
"version": "0.18.3"
474474
}

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'
22

3-
local VERSION = "0.18.2"
3+
local VERSION = "0.18.3"
44

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)