glTF: fix versioning for 3.4.x after bad cherry-pick merge

This commit is contained in:
Julien Duroure 2022-12-15 07:30:04 +01:00
parent a368094a4c
commit 49e56c1844
1 changed files with 1 additions and 1 deletions

View File

@ -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, 5, 8),
"version": (3, 4, 50),
'blender': (3, 4, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',