diff options
author | Aris Julio <arisjulio@users.noreply.github.com> | 2024-02-09 18:50:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 00:50:08 +0100 |
commit | 46681653fdd152b0dc33d91d2d70c97e8f0adf84 (patch) | |
tree | 20bb56cbbd6e13c88d09be892a215c78b9b0b719 /manifest.json | |
parent | 9d02dca3ba552ca69301a439677b926469d37747 (diff) | |
download | lite-xl-plugins-46681653fdd152b0dc33d91d2d70c97e8f0adf84.tar.gz lite-xl-plugins-46681653fdd152b0dc33d91d2d70c97e8f0adf84.zip |
Fix comments and strings in language_graphql.lua (#362)
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 ddc925d..fa4d74d 100644 --- a/manifest.json +++ b/manifest.json @@ -795,7 +795,7 @@ }, { "description": "Syntax for the [GraphQL](https://graphql.org/) query language, and server-side runtime for executing queries using a type system.", - "version": "0.1", + "version": "0.2", "path": "plugins/language_graphql.lua", "id": "language_graphql", "mod_version": "3", |