diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-05-22 14:39:01 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-05-22 14:39:01 -0400 |
commit | f139863fdee4f1c54468ff9be856de006cbcb099 (patch) | |
tree | e44ce3f3a9b77de181bf1e133ee923ed86010e9c | |
parent | 3a145b81ca9b502bb355366ecb85cf5b492eb553 (diff) | |
download | lite-xl-plugins-f139863fdee4f1c54468ff9be856de006cbcb099.tar.gz lite-xl-plugins-f139863fdee4f1c54468ff9be856de006cbcb099.zip |
Bumped commits to fix version mismatches.
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index ad7173c..a999879 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ { "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))*", "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-ide.git:c254d8cbc1932fd69e4c135f1d53c4e81a9f293a", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:95639db0f96d8d560d48fa525496329dcbadbbde", "id": "build", "mod_version": "3" }, @@ -130,7 +130,7 @@ { "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))*", "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-ide.git:c254d8cbc1932fd69e4c135f1d53c4e81a9f293a", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:95639db0f96d8d560d48fa525496329dcbadbbde", "id": "debugger", "mod_version": "3" }, |