Skip to content

Commit a9e37e6

Browse files
committed
🔖 release of v0.5.2
1 parent 2a4b529 commit a9e37e6

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.1"
1+
VERSION = "0.5.2"
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
@@ -38,6 +38,13 @@
3838
"Require": {
3939
"micro": ">=2.0.8"
4040
}
41+
},
42+
{
43+
"Version": "0.5.2",
44+
"Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.5.2.zip",
45+
"Require": {
46+
"micro": ">=2.0.8"
47+
}
4148
}
4249
]
4350
}]

0 commit comments

Comments
 (0)