diff --git a/korman/__init__.py b/korman/__init__.py index e128570..bc52614 100644 --- a/korman/__init__.py +++ b/korman/__init__.py @@ -21,7 +21,7 @@ from . import operators bl_info = { "name": "Korman", "author": "Guild of Writers", - "blender": (2, 71, 0), # I can't be bothered to support old stuff + "blender": (2, 74, 0), # I can't be bothered to support old stuff "location": "File > Import-Export", "description": "Exporter for Cyan Worlds' Plasma Engine", "warning": "alpha",