diff options
author | PerilousBooklet <raffaele.orabona@protonmail.com> | 2024-07-20 01:55:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 01:55:00 +0200 |
commit | 2e3282b88b2cce66d98c9cde19ce7a5697808f3c (patch) | |
tree | 4c736ec14659257113ad6f4cc30fdb9e265b9e4d /manifest.json | |
parent | b4a9d65bba32ab33e9ffb922f57276615fe28463 (diff) | |
download | lite-xl-plugins-2e3282b88b2cce66d98c9cde19ce7a5697808f3c.tar.gz lite-xl-plugins-2e3282b88b2cce66d98c9cde19ce7a5697808f3c.zip |
Add pattern for Kotlin test methods. (#431)
* Added pattern for test methods.
* Fixed test method pattern.
* Plugin version bump.
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 9006dc2..f8233b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1188,7 +1188,7 @@ "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "checksum": "08a9f8635b09a98cec9dfca8bb65f24fd7b6585c7e8308773e7ddff9a3e5a60f", |