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