diff options
author | ThaCuber <70547062+thacuber2a03@users.noreply.github.com> | 2023-10-11 22:31:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 04:31:34 +0200 |
commit | 94e82cc6f6ca03287281fd2f330f1551ae629e47 (patch) | |
tree | 5de9517db6c469c667ba0c7fd0e9fad44dd0a29e /manifest.json | |
parent | df8984bbbcb15cecf2589a4bf6ac6fe2a55a8eb4 (diff) | |
download | lite-xl-plugins-94e82cc6f6ca03287281fd2f330f1551ae629e47.tar.gz lite-xl-plugins-94e82cc6f6ca03287281fd2f330f1551ae629e47.zip |
fix fatal motiontrail error when mixed with settings (#316)
* fix fatal motiontrail error when mixed with settings
* bump version
* bump a little less
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 929929f..892bd27 100644 --- a/manifest.json +++ b/manifest.json @@ -1314,7 +1314,7 @@ }, { "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*", - "version": "0.2", + "version": "0.2.1", "path": "plugins/motiontrail.lua", "id": "motiontrail", "mod_version": "3" |