diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-11 09:15:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 09:15:53 -0400 |
commit | ae54a46b40b8427e9533452146e1325fc3e9f30c (patch) | |
tree | 9fce4a4da44ab134ac0e598e0d8cebf484b6242a | |
parent | 492cafc3724040455b4d63bdb4525172a1e3dd1a (diff) | |
download | lite-xl-plugins-ae54a46b40b8427e9533452146e1325fc3e9f30c.tar.gz lite-xl-plugins-ae54a46b40b8427e9533452146e1325fc3e9f30c.zip |
Updated manifest.json. (#491)
Co-authored-by: Github Actions <>
-rw-r--r-- | manifest.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manifest.json b/manifest.json index 327b9a1..a1c2f99 100644 --- a/manifest.json +++ b/manifest.json @@ -234,11 +234,11 @@ "version": "0.2" }, { - "description": "Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/lite-xl/lite-xl-ide/main/screenshots/build.png))*", + "description": "Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))*", "id": "build", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-ide.git:95639db0f96d8d560d48fa525496329dcbadbbde", - "version": "0.1" + "remote": "https://github.com/lite-xl/lite-xl-ide.git:6edabe0f6e14cdc627a696f0d91f523290005ed0", + "version": "0.2" }, { "description": "Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))*", @@ -343,11 +343,11 @@ "version": "0.1" }, { - "description": "Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/lite-xl/lite-xl-ide/main/screenshots/debugger.png))*", + "description": "Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))*", "id": "debugger", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-ide.git:95639db0f96d8d560d48fa525496329dcbadbbde", - "version": "0.1" + "remote": "https://github.com/lite-xl/lite-xl-ide.git:6edabe0f6e14cdc627a696f0d91f523290005ed0", + "version": "0.2" }, { "description": "Adds the current workspace and file to your Discord rich presence. Linux-only.", @@ -2352,8 +2352,8 @@ "description": "A metapackage that provides the minimum functionalities for Lite XL to run as a minimal IDE.", "id": "ide", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262", - "version": "0.1" + "remote": "https://github.com/lite-xl/lite-xl-ide.git:6edabe0f6e14cdc627a696f0d91f523290005ed0", + "version": "0.2" }, { "description": "A metapackage that turns Lite XL into an IDE for C/C++.", |