diff --git a/io_scene_x/__init__.py b/io_scene_x/__init__.py index 91c9ac368f4142573e10e15858677f73e414a36f..61f8d5f77092adeb04442ab4550e358f6368194b 100644 --- a/io_scene_x/__init__.py +++ b/io_scene_x/__init__.py @@ -21,8 +21,8 @@ bl_info = { "name": "DirectX X Format", "author": "Chris Foster", - "version": (3, 0, 1), - "blender": (2, 66, 0), + "version": (3, 1, 0), + "blender": (2, 69, 0), "location": "File > Export > DirectX (.x)", "description": "Export mesh vertices, UV's, materials, textures, "\ "vertex colors, armatures, empties, and actions.",