Skip to content

Commit 809c35b

Browse files
committed
0.18.1
1 parent 9d9e0a6 commit 809c35b

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
@@ -464,5 +464,5 @@
464464
"type": "git",
465465
"url": "https://github.com/sumneko/lua-language-server"
466466
},
467-
"version": "0.18.0"
467+
"version": "0.18.1"
468468
}

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

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)