diff options
author | jgmdev <jgmdev@gmail.com> | 2023-01-18 21:10:56 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2023-01-18 21:10:56 -0400 |
commit | a91dbbfaf1e2e706c007c98890ac82e920ee771d (patch) | |
tree | 54aeaf20b249beaf2406e934e1f525efc8650b52 | |
parent | 07f8872f485328d4429213c1e71db5c845157ac0 (diff) | |
download | lite-xl-plugins-a91dbbfaf1e2e706c007c98890ac82e920ee771d.tar.gz lite-xl-plugins-a91dbbfaf1e2e706c007c98890ac82e920ee771d.zip |
manifest: updated thread plugin hash and version
-rw-r--r-- | manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index be044d0..0133d7b 100644 --- a/manifest.json +++ b/manifest.json @@ -225,7 +225,7 @@ "name": "Multithreaded Find File", "description": "Threaded project find files.", "version": "1.0", - "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", + "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197", "mod_version": "3", "id": "findfileimproved", "dependencies": { "thread": { } } @@ -1012,7 +1012,7 @@ "name": "Multithreaded Project Search", "description": "Threaded project search with 5-10x better performance.", "version": "1.2", - "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", + "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197", "mod_version": "3", "id": "projectsearch", "dependencies": { "thread": { } } @@ -1164,9 +1164,9 @@ { "name": "Threads", "description": "Adds the missing multithreading functionality.", - "version": "1.1", + "version": "1.3", "type": "library", - "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", + "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197", "mod_version": "3", "id": "thread" }, |