diff options
author | jgmdev <jgmdev@gmail.com> | 2023-01-12 21:51:26 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2023-01-12 21:51:33 -0400 |
commit | 636a7044c7cc49c1bf458d30069d41b1502a3e14 (patch) | |
tree | a6cb906abde7d2181a922c1686c8d28b25a401f0 /manifest.json | |
parent | 306fb17d9476e87c46bb926a1d42aebc9988332e (diff) | |
download | lite-xl-plugins-636a7044c7cc49c1bf458d30069d41b1502a3e14.tar.gz lite-xl-plugins-636a7044c7cc49c1bf458d30069d41b1502a3e14.zip |
minimap: use settings new color widget support
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 86bce40..0f0e79b 100644 --- a/manifest.json +++ b/manifest.json @@ -917,7 +917,7 @@ }, { "description": "Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon.", - "version": "0.1", + "version": "0.2", "path": "plugins/minimap.lua", "id": "minimap", "mod_version": "3" |