From 7691a8dcb6a3690f24777f2aee60828ddb1c83a7 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Tue, 11 Aug 2026 10:00:56 +0200 Subject: [PATCH] Bump bl_info version to v2.5.4 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 9ff8a8eb5..ce1b15388 100644 --- a/__init__.py +++ b/__init__.py @@ -70,7 +70,7 @@ # info about add on bl_info = { "name": "Fast64", - "version": (2, 5, 3), + "version": (2, 5, 4), "author": "kurethedead", "location": "3DView", "description": "Plugin for exporting F3D display lists and other game data related to Nintendo 64 games.",