diff options
author | jgmdev <jgmdev@gmail.com> | 2023-02-15 22:22:50 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2023-02-15 22:22:50 -0400 |
commit | d957a57209ee4f62911b6278c054803ac5a1b9d6 (patch) | |
tree | a800aa8088b54ab21f1e92821dceb932eba1a7d3 /manifest.json | |
parent | d2cb48da2028c211938434b66b89ae54659f7218 (diff) | |
download | lite-xl-plugins-d957a57209ee4f62911b6278c054803ac5a1b9d6.tar.gz lite-xl-plugins-d957a57209ee4f62911b6278c054803ac5a1b9d6.zip |
settings: simplified loaded status check of plugins
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 41f3c4a..c3279d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1107,7 +1107,7 @@ }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", - "version": "0.5", + "version": "0.6", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3", |