From b8308aefcd06925f4a52b15a59e37bfc21f774c2 Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:08:25 +0200 Subject: [PATCH] Update GD version in mod.json --- mod.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod.json b/mod.json index 107a394..28bb3ff 100644 --- a/mod.json +++ b/mod.json @@ -1,10 +1,10 @@ { "geode": "$GEODE_VERSION", "gd": { - "win": "2.206", - "android": "2.206", - "mac": "2.206", - "ios": "2.206" + "win": "2.2074", + "android": "2.2074", + "mac": "2.2074", + "ios": "2.2074" }, "id": "$MOD_ID", "name": "$MOD_NAME",