diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-11-30 14:45:19 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-30 14:45:19 -0500 |
commit | 8e21fb5c182ad733ab373f12dc2eaa83c4458f50 (patch) | |
tree | 2a158d6a3ee9004e935b682e963cae5c1bc08eb5 | |
parent | 26154da92ddf9a24700d8182cf952e91792cd654 (diff) | |
download | lite-xl-plugins-8e21fb5c182ad733ab373f12dc2eaa83c4458f50.tar.gz lite-xl-plugins-8e21fb5c182ad733ab373f12dc2eaa83c4458f50.zip |
Updated containerfile version and modversion.
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index fe9237f..65a0ba7 100644 --- a/manifest.json +++ b/manifest.json @@ -627,9 +627,9 @@ }, { "description": "Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/)", - "version": "0.1", - "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:2d5e46b1051c48d74f9b63f9844913c630d19b87", - "mod_version": "2", + "version": "0.2", + "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:ae4eddc3f3fa1a0db56344b3b6db0ec0f2283880", + "mod_version": "3", "id": "language_containerfile", "tags": ["language"] }, |