diff options
author | PerilousBooklet <raffaele.orabona@protonmail.com> | 2024-11-05 22:36:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 22:36:05 +0100 |
commit | 3a27bd38ed0771d01b5499eac1a4762984fd16af (patch) | |
tree | 486775e20ae033459a75434f872b9adffde97930 /manifest.json | |
parent | 5e2292c6226920a659ff3fe798936d614138e236 (diff) | |
download | lite-xl-plugins-3a27bd38ed0771d01b5499eac1a4762984fd16af.tar.gz lite-xl-plugins-3a27bd38ed0771d01b5499eac1a4762984fd16af.zip |
Add support for Plank's config and theme files. (#497)
* Add support for Plank's config and theme files.
* Fixed comment pattern and bumped version.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 900e567..bfa528c 100644 --- a/manifest.json +++ b/manifest.json @@ -1140,7 +1140,7 @@ "tags": [ "language" ], - "version": "0.1" + "version": "0.1.1" }, { "description": "Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\\(programming_language\\)) programming language", |