Skip to content

Commit cf3c8ca

Browse files
committed
0.18.0
1 parent 98e8c12 commit cf3c8ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.17.2"
467+
"version": "0.18.0"
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.17.2"
3+
local VERSION = "0.18.0"
44

55
local package = require 'package.package'
66

server

0 commit comments

Comments
 (0)