diff options
author | Github Actions <> | 2024-03-28 18:32:16 +0000 |
---|---|---|
committer | Github Actions <> | 2024-03-28 18:32:16 +0000 |
commit | 17a1681c348d723056cc90d21772a6149778eb41 (patch) | |
tree | 6d0d62bffc5824254911e3fe3bf298263a4bc0af /manifest.json | |
parent | 6506a5336d39911c12cc1b647cb0a0c1bfd39e30 (diff) | |
download | lite-xl-plugins-17a1681c348d723056cc90d21772a6149778eb41.tar.gz lite-xl-plugins-17a1681c348d723056cc90d21772a6149778eb41.zip |
[CI] Updated README.md and manifest.json.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index fa0a2d2..0625c96 100644 --- a/manifest.json +++ b/manifest.json @@ -302,10 +302,10 @@ }, { "description": "Automatically displays a font with increasing sizes in a new view.", - "version": "0.1", - "path": "plugins/fontpreview.lua", "id": "fontpreview", - "mod_version": "3" + "mod_version": "3", + "path": "plugins/fontpreview.lua", + "version": "0.1" }, { "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed.", |