From 5d44a434f8f7f61fd22ab0b1fc1549671a109623 Mon Sep 17 00:00:00 2001 From: Vakhurin Sergey Date: Tue, 5 Jul 2016 06:07:34 +0300 Subject: [PATCH] v0.2.3 --- io_scene_xray/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_xray/__init__.py b/io_scene_xray/__init__.py index 5b3fa184..539c20de 100644 --- a/io_scene_xray/__init__.py +++ b/io_scene_xray/__init__.py @@ -1,7 +1,7 @@ bl_info = { 'name': 'XRay Engine Tools', 'author': 'Vakhurin Sergey (igel)', - 'version': (0, 2, 2), + 'version': (0, 2, 3), 'blender': (2, 7, 0), 'category': 'Import-Export', 'location': 'File > Import/Export',