From 8e21fb5c182ad733ab373f12dc2eaa83c4458f50 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 30 Nov 2023 14:45:19 -0500 Subject: [PATCH] Updated containerfile version and modversion. --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index fe9237f5..65a0ba77 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"] },