Skip to content

Commit 06bc042

Browse files
committed
🔖 prepare new release
1 parent 5fb49bc commit 06bc042

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.6.2"
1+
VERSION = "0.6.3"
22

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

repo.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
"Require": {
7474
"micro": ">=2.0.8"
7575
}
76-
}
76+
},
77+
{
78+
"Version": "0.6.3",
79+
"Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.3.zip",
80+
"Require": {
81+
"micro": ">=2.0.8"
82+
}
83+
}
7784
]
7885
}]

0 commit comments

Comments
 (0)