diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-10-22 13:09:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 13:09:31 +0200 |
commit | e0f0abb5d24af77f0afe057cd8e17fb120ca971c (patch) | |
tree | ce2143bc6a3e771e1d9afbab587f319cd1699395 /manifest.json | |
parent | 674860ca09fd989b18409aa8021dece06418c5dd (diff) | |
download | lite-xl-plugins-e0f0abb5d24af77f0afe057cd8e17fb120ca971c.tar.gz lite-xl-plugins-e0f0abb5d24af77f0afe057cd8e17fb120ca971c.zip |
`gui_filepicker`: simplify code and replace `ToolbarView` commands (#317)
* `gui_filepicker`: Simplify code
* `gui_filepicker`: Replace `ToolbarView` commands
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 ece262d..8649e96 100644 --- a/manifest.json +++ b/manifest.json @@ -489,7 +489,7 @@ }, { "description": "Graphical filepicker using zenity.", - "version": "0.1", + "version": "0.2", "path": "plugins/gui_filepicker.lua", "id": "gui_filepicker", "mod_version": "3" |