diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 28c0777c72be92837c5d6e4590ac3f51196b2616..b3923d3f7f39112cc1215211e2da253e2e370c61 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -4,7 +4,7 @@ bl_info = { 'name': 'glTF 2.0 format', 'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors', - "version": (3, 4, 7), + "version": (3, 4, 8), 'blender': (3, 3, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0',