From a3f6d85220f05e1b4e4b053cd3fdb921acac6047 Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Sat, 8 Aug 2020 14:40:33 +0200 Subject: glTF: bump version after recent change --- 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 d911c97f..bcdb9cf0 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -15,7 +15,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": (1, 3, 43), + "version": (1, 3, 44), 'blender': (2, 90, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0', -- cgit v1.2.3