Bumping version to 2.0.1 after some corrections, updated credits

This commit is contained in:
ABelliqueux 2020-07-22 15:25:06 +02:00
parent 60355641bc
commit 45df211cf6
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ from bpy_extras.io_utils import (ImportHelper,
bl_info = {
"name": "Export: Playstation RSD,PLY,MAT Model Format",
"author": "Jobert 'Lameguy' Villamor (Lameguy64)",
"author": "Jobert 'Lameguy' Villamor (Lameguy64), ABelliqueux",
"blender": (2,6,9),
"version": (2,0,0),
"version": (2,0,1),
"location": "File > Export",
"description": "Export mesh to PlayStation SDK compatible RSD,PLY,MAT format",
"support": "COMMUNITY",