diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-06-13 11:15:39 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-06-13 11:15:39 -0400 |
commit | 50140eb7bbfe6eecc882e72aed0970bd639f02ca (patch) | |
tree | d5ffef86fc52bae550165b20d25796113b566e15 | |
parent | 6386bd03b1782d0e2364ec971f5b87373a0e2d9e (diff) | |
download | lite-xl-plugins-50140eb7bbfe6eecc882e72aed0970bd639f02ca.tar.gz lite-xl-plugins-50140eb7bbfe6eecc882e72aed0970bd639f02ca.zip |
Synchronized stub versions with remote repos.
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 16f934e..8ac0784 100644 --- a/manifest.json +++ b/manifest.json @@ -974,7 +974,7 @@ }, { "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", - "version": "0.3", + "version": "0.2", "remote": "https://github.com/lite-xl/lite-xl-lsp:607cc85978b6fe169c2e6cabe779776d752267f8", "mod_version": "3", "id": "lsp" @@ -1381,7 +1381,7 @@ }, { "description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins", - "version": "0.3", + "version": "0.2", "remote": "https://github.com/lite-xl/lite-xl-widgets:b5e6e212c0516ec7b55f57c7efcfda9d791cdb0d", "mod_version": "3", "id": "widget" |