Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2020-11-23 22:43:34 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-11-23 22:43:34 +0300
commitca74197440127e56c9f6f2a277c30957f34fd07c (patch)
tree218222a572123db72771c4141c3509030be0e510
parenta0e8b8b7875ba1eb883a714344d6fbace6259b4f (diff)
glTF: Bump version after recent changesv2.91.2v2.91.0blender-v2.91-release
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 75b5a497..157ea223 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, 4, 39),
+ "version": (1, 4, 40),
'blender': (2, 91, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',