From 5a818af95080cccf04dfa8317f0e966bff515c64 Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Thu, 3 Nov 2022 10:32:05 +0100 Subject: glTF: update addon version in master after 3.4 branch creation --- io_scene_gltf2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 45acd1b3..036a1d1e 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, 44), + "version": (3, 5, 0), 'blender': (3, 3, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0', -- cgit v1.2.3