From 1f034726418dffb81704e37d0ac7ecbff62addcf Mon Sep 17 00:00:00 2001 From: PavelBlend Date: Wed, 3 Jul 2024 13:35:51 +0300 Subject: [PATCH] v2.40.0 --- 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 a7dd1d9d..e13a6a88 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), Pavel_Blend, Viktoria Danchenko', - 'version': (2, 39, 0), + 'version': (2, 40, 0), 'blender': (2, 80, 0), 'category': 'Import-Export', 'location': 'File > Import/Export',