diff --git a/main.lua b/main.lua index 98ff89b..161cc1c 100644 --- a/main.lua +++ b/main.lua @@ -1,4 +1,4 @@ -VERSION = "0.6.2" +VERSION = "0.6.3" local micro = import("micro") local config = import("micro/config") diff --git a/repo.json b/repo.json index 15ad866..98471be 100644 --- a/repo.json +++ b/repo.json @@ -73,6 +73,13 @@ "Require": { "micro": ">=2.0.8" } - } + }, + { + "Version": "0.6.3", + "Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.3.zip", + "Require": { + "micro": ">=2.0.8" + } + } ] }]