diff options
author | DazFather <39210887+DazFather@users.noreply.github.com> | 2024-06-25 16:37:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 16:37:56 +0200 |
commit | 086c31541366e2d4d3027764d572572348d812de (patch) | |
tree | 1856bc470d7e3d86a07f63c4211e314e143a50bf /manifest.json | |
parent | 64125137445dbb4f851cf782bf800c2a154b1b7d (diff) | |
download | lite-xl-plugins-086c31541366e2d4d3027764d572572348d812de.tar.gz lite-xl-plugins-086c31541366e2d4d3027764d572572348d812de.zip |
Fix tetris mod_version (#447)
* Fix tetris mod_version
* Update manifest.json
upsie
Co-authored-by: Jefferson González <jgmdev@gmail.com>
---------
Co-authored-by: Jefferson González <jgmdev@gmail.com>
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 8d85d04..5b60f9f 100644 --- a/manifest.json +++ b/manifest.json @@ -2151,7 +2151,7 @@ { "description": "Allows you to play tetris directly in the editor.", "id": "tetris", - "mod_version": 3, + "mod_version": "3", "path": "plugins/tetris.lua", "tags": [ "game" |