diff --git a/blender_t3d/__init__.py b/blender_t3d/__init__.py index 08a87a6..027d9f8 100644 --- a/blender_t3d/__init__.py +++ b/blender_t3d/__init__.py @@ -2,7 +2,7 @@ bl_info={ "name": "Import and export old Unreal .T3D format", "author": "Crapola", - "version": (1,0,8), + "version": (1,1,0), "blender": (3,3,0), "location": "File > Import-Export ; Object", "description": "Import and export UnrealED .T3D files.",