Skip to content

Commit 2091150

Browse files
committed
0.19.4
1 parent 8dfc474 commit 2091150

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
@@ -494,5 +494,5 @@
494494
"type": "git",
495495
"url": "https://github.com/sumneko/lua-language-server"
496496
},
497-
"version": "0.19.3"
497+
"version": "0.19.4"
498498
}

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

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)