Browse Source

Bump (and fix) blender version

pull/1/head
Adam Johnson 11 years ago
parent
commit
6da45b02e5
  1. 2
      korman/__init__.py

2
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",

Loading…
Cancel
Save