From e134a236b2622ec3a9ed392913d366e81adb6ee8 Mon Sep 17 00:00:00 2001 From: thecozies Date: Fri, 23 Dec 2022 08:48:50 -0600 Subject: [PATCH] v2.1.0 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 48366e36a..7667d6ea5 100644 --- a/__init__.py +++ b/__init__.py @@ -39,7 +39,7 @@ # info about add on bl_info = { "name": "Fast64", - "version": (2, 0, 0), + "version": (2, 1, 0), "author": "kurethedead", "location": "3DView", "description": "Plugin for exporting F3D display lists and other game data related to Nintendo 64 games.",