diff options
author | Jose Mendoza <56417208+StunxFS@users.noreply.github.com> | 2023-11-11 21:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 02:04:24 +0100 |
commit | 3cd8021ef48e4df2716b9388d179da24c523a76c (patch) | |
tree | 660dc742b017251cda9dbb9d0bd783bdd9c8a33a /manifest.json | |
parent | 0c0aa76327f1e2bc3eea388a764aba152e5a0bfb (diff) | |
download | lite-xl-plugins-3cd8021ef48e4df2716b9388d179da24c523a76c.tar.gz lite-xl-plugins-3cd8021ef48e4df2716b9388d179da24c523a76c.zip |
update `language_rivet.lua` (#340)
* Update manifest.json
* Update manifest.json
* Update language_rivet.lua
* fix: update language_rivet.lua
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 842533a..c484aca 100644 --- a/manifest.json +++ b/manifest.json @@ -1101,7 +1101,7 @@ }, { "description": "Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language", - "version": "0.4.2", + "version": "0.4.3", "path": "plugins/language_rivet.lua", "id": "language_rivet", "mod_version": "3", |