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:
authorBrecht Van Lommel <brecht@blender.org>2020-05-29 22:03:00 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-29 22:03:58 +0300
commitf5edd05a3b19a8b9647720673c5b327863df891d (patch)
tree1e88d7bb595a6e33d79789790dece066d31132d1 /io_scene_gltf2/__init__.py
parent3596c03d899419057679f0c9504cdad1f718e6b9 (diff)
Update add-ons for new version numbers
Ref T76058
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-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 648cedc7..1761d14f 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -16,7 +16,7 @@ bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version": (1, 2, 75),
- 'blender': (2, 83, 9),
+ 'blender': (2, 83, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
'warning': '',