From 086c31541366e2d4d3027764d572572348d812de Mon Sep 17 00:00:00 2001 From: DazFather <39210887+DazFather@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:37:56 +0200 Subject: Fix tetris mod_version (#447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix tetris mod_version * Update manifest.json upsie Co-authored-by: Jefferson González --------- Co-authored-by: Jefferson González --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3