UniVRM/Assets/VRM/Runtime/Format/VRMVersion.cs
ousttrue 8e51cef38f UniVRM-0.81.0
* rename com.vrmc.unigltf to com.vrmc.gltf
* and reversion. com.vrmc.gltf use same version with vrm
2021-08-19 18:49:08 +09:00

12 lines
231 B
C#

namespace VRM
{
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 81;
public const int PATCH = 0;
public const string VERSION = "0.81.0";
}
}