Skip to content

Commit 986140e

Browse files
committed
🔖 release v0.6.0
1 parent c8d108f commit 986140e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.5.3"
1+
VERSION = "0.6.0"
22

33
local micro = import("micro")
44
local config = import("micro/config")

repo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
"Require": {
5353
"micro": ">=2.0.8"
5454
}
55+
},
56+
{
57+
"Version": "0.6.0",
58+
"Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.0.zip",
59+
"Require": {
60+
"micro": ">=2.0.8"
61+
}
5562
}
5663
]
5764
}]

0 commit comments

Comments
 (0)