diff --git a/repo.json b/repo.json index 56647b9..0a78514 100644 --- a/repo.json +++ b/repo.json @@ -1,13 +1,21 @@ [{ "Name": "MicroOmni", "Description": "Powerful micro plugin", - "Tags": ["fzf"], + "License": "Unlicense", + "Tags": [ + "fzf", + "search", + "fuzzy", + "cursor", + "diff", + "history" + ], "Versions": [ { "Version": "0.0.1", - "Url": "", + "Url": "https://github.com/Neko-Box-Coder/MicroOmni/archive/refs/tags/v0.0.1.zip", "Require": { - "micro": ">=2.0.0-1" + "micro": ">=2.0.13" } } ]