diff options
author | ThaCuber <70547062+thacuber2a03@users.noreply.github.com> | 2023-08-29 02:12:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 08:12:29 +0200 |
commit | 4cd833ee2e85235a042205b9dc5a67b3cb683880 (patch) | |
tree | 2bf48cd28eba5a1ee87b87e5db3df95a2c1dd457 | |
parent | de430a5267bdf5e68d24af3b188a600b676788ed (diff) | |
download | lite-xl-plugins-4cd833ee2e85235a042205b9dc5a67b3cb683880.tar.gz lite-xl-plugins-4cd833ee2e85235a042205b9dc5a67b3cb683880.zip |
update wal.lxl (#289)
* update wal.lxl
* change id
* replaces "wal_lxl"
-rw-r--r-- | manifest.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 448a4e3..275e807 100644 --- a/manifest.json +++ b/manifest.json @@ -1450,11 +1450,12 @@ }, { "description": "`pywal` integration with Lite XL.", - "version": "1.0", - "remote": "https://github.com/ThaCuber/wal.lxl:1c59b2378781ffb59ca8e27ccb5b50d4394a4c44", - "id": "wal_lxl", + "version": "1.1", + "remote": "https://github.com/ThaCuber/wal.lxl:93bcf5dd64e9945fa88de22cd8b62a5467e80d6a", + "id": "wal", "name": "wal.lxl", - "mod_version": "3" + "mod_version": "3", + "replaces": [ "wal_lxl" ] }, { "id": "codeplus", |