diff options
author | DazFather <39210887+DazFather@users.noreply.github.com> | 2024-06-25 01:04:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 01:04:09 +0200 |
commit | 64125137445dbb4f851cf782bf800c2a154b1b7d (patch) | |
tree | 3b37abbad16b0bd58ebdb9b93a75d3ecd8f4bf84 | |
parent | df201f05e5e17dabd577d533c19d92dc8c643e5b (diff) | |
download | lite-xl-plugins-64125137445dbb4f851cf782bf800c2a154b1b7d.tar.gz lite-xl-plugins-64125137445dbb4f851cf782bf800c2a154b1b7d.zip |
Fix codeplus mod_version (#446)
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index d05efda..8d85d04 100644 --- a/manifest.json +++ b/manifest.json @@ -255,7 +255,7 @@ { "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))", "id": "codeplus", - "mod_version": 3, + "mod_version": "3", "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb", "version": "1.0" }, |