From b158360f4e08b7f5512cb6358d47054b7119ea61 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Thu, 26 Feb 2026 19:51:03 +0100 Subject: [PATCH] Bump bl_info version to v2.5.2 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 1bc7cfc59..edcb7cc69 100644 --- a/__init__.py +++ b/__init__.py @@ -70,7 +70,7 @@ # info about add on bl_info = { "name": "Fast64", - "version": (2, 5, 0), + "version": (2, 5, 2), "author": "kurethedead", "location": "3DView", "description": "Plugin for exporting F3D display lists and other game data related to Nintendo 64 games.",