From 6da45b02e547ba49f18f45ee8678dfc6ab026475 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 29 Jun 2013 15:20:24 -0400 Subject: [PATCH] Bump (and fix) blender version --- korman/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",