mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-01 15:25:21 -05:00
* rename com.vrmc.unigltf to com.vrmc.gltf * and reversion. com.vrmc.gltf use same version with vrm
12 lines
231 B
C#
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";
|
|
}
|
|
}
|