diff --git a/main.lua b/main.lua index 628c0fe..a0fa4c9 100644 --- a/main.lua +++ b/main.lua @@ -1,4 +1,4 @@ -VERSION = "0.6.1" +VERSION = "0.6.2" local micro = import("micro") local config = import("micro/config") diff --git a/repo.json b/repo.json index 750c5ac..15ad866 100644 --- a/repo.json +++ b/repo.json @@ -66,6 +66,13 @@ "Require": { "micro": ">=2.0.8" } + }, + { + "Version": "0.6.2", + "Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.2.zip", + "Require": { + "micro": ">=2.0.8" + } } ] }]