diff options
author | jgmdev <jgmdev@gmail.com> | 2023-05-02 14:34:57 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2023-05-02 14:34:57 -0400 |
commit | 1cf38cf027f057431e9e80608cf0f91ab22cffdf (patch) | |
tree | 9b909c0a8a741d6d6db79cb2a805aa4f105c363b /manifest.json | |
parent | 8ff726fe4823e9881208dd665878876cc9189b2d (diff) | |
download | lite-xl-plugins-1cf38cf027f057431e9e80608cf0f91ab22cffdf.tar.gz lite-xl-plugins-1cf38cf027f057431e9e80608cf0f91ab22cffdf.zip |
IPC: return from overriden system.wait_event
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 baddd9a..28d6642 100644 --- a/manifest.json +++ b/manifest.json @@ -330,7 +330,7 @@ }, { "description": "Adds inter-process communication support", - "version": "0.2", + "version": "0.3", "path": "plugins/ipc.lua", "id": "ipc", "mod_version": "3" |