From 6365e7af0bdbdfaa7308dce6f71960da12cafa7b Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sat, 14 Jun 2025 15:04:49 +0200 Subject: [PATCH] Bump bl_info version to v2.4.0 (#542) --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index b18a007..49eee6e 100644 --- a/__init__.py +++ b/__init__.py @@ -59,7 +59,7 @@ from .fast64_internal.render_settings import ( # info about add on bl_info = { "name": "Fast64", - "version": (2, 3, 0), + "version": (2, 4, 0), "author": "kurethedead", "location": "3DView", "description": "Plugin for exporting F3D display lists and other game data related to Nintendo 64 games.",