diff options
author | jgmdev <jgmdev@gmail.com> | 2023-01-06 18:29:18 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2023-01-06 18:29:18 -0400 |
commit | 07d33a93090b5c8ae40141f1b80ae63b5110d1c7 (patch) | |
tree | 4b035fed69763b6c33c2bfd4a6b49b151d997cb4 /manifest.json | |
parent | 351cd2d98f87898e84bb8a7fef0f970c4d94d38d (diff) | |
download | lite-xl-plugins-07d33a93090b5c8ae40141f1b80ae63b5110d1c7.tar.gz lite-xl-plugins-07d33a93090b5c8ae40141f1b80ae63b5110d1c7.zip |
ipc: fixed issue when settings gui fails to load
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 2fa19c5..d6be566 100644 --- a/manifest.json +++ b/manifest.json @@ -294,7 +294,7 @@ }, { "description": "Adds inter-process communication support", - "version": "0.1", + "version": "0.2", "path": "plugins/ipc.lua", "id": "ipc", "mod_version": "3" @@ -1039,7 +1039,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.2", + "version": "0.3", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3" |