From 84c650e0fcf5bcd820e67b7b2249f448973dbf63 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sun, 8 Sep 2024 13:09:07 +0200 Subject: [PATCH] Bump bl_info version to v2.3.0 (#443) --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 32bb5c407..7473759da 100644 --- a/__init__.py +++ b/__init__.py @@ -56,7 +56,7 @@ # info about add on bl_info = { "name": "Fast64", - "version": (2, 2, 0), + "version": (2, 3, 0), "author": "kurethedead", "location": "3DView", "description": "Plugin for exporting F3D display lists and other game data related to Nintendo 64 games.",