Skip to content

Commit 68fe087

Browse files
committed
1.0.3
1 parent efa34c2 commit 68fe087

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
@@ -639,5 +639,5 @@
639639
"type": "git",
640640
"url": "https://github.com/sumneko/lua-language-server"
641641
},
642-
"version": "1.0.2"
642+
"version": "1.0.3"
643643
}

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

3-
local VERSION = "1.0.2"
3+
local VERSION = "1.0.3"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)