Skip to content

Commit d4f9ef0

Browse files
committed
0.19.6
1 parent 9679a9b commit d4f9ef0

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

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

55
local package = require 'package.package'
66

server

0 commit comments

Comments
 (0)