diff options
author | vqn <shira@vqn.li> | 2024-03-08 20:08:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 20:08:56 +0100 |
commit | 90567c64fd7e0dac23c99054f25cfd2d084ede7d (patch) | |
tree | 0a56e3df29dd1cca99e674b1f0f4ae288c84bd9b /manifest.json | |
parent | 310f6f92a9fbb32664d8b3f56a04891d97c6199c (diff) | |
download | lite-xl-plugins-90567c64fd7e0dac23c99054f25cfd2d084ede7d.tar.gz lite-xl-plugins-90567c64fd7e0dac23c99054f25cfd2d084ede7d.zip |
`tab_switcher`: `core.warning()` -> `core.warn()` (#379)
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 b848e7a..cf8c9f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1721,7 +1721,7 @@ }, { "description": "Switch between open tabs by searching by name", - "version": "0.2", + "version": "0.3", "path": "plugins/tab_switcher.lua", "id": "tab_switcher", "mod_version": "3" |