FBX I/O: Increase version number after bug fixes.

Increase version number after the four bug fixes from @Mysteryem.
This commit is contained in:
Bastien Montagne 2023-01-23 15:40:17 +01:00
parent a8ffea50ed
commit d887a4ea6b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
bl_info = {
"name": "FBX format",
"author": "Campbell Barton, Bastien Montagne, Jens Restemeier",
"version": (4, 37, 2),
"version": (4, 37, 3),
"blender": (3, 4, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",