fix: Fix specVersion of MToon 1.0-draft -> 1.0-beta

This commit is contained in:
0b5vr 2022-09-09 11:35:01 +09:00
parent e73840aec1
commit d058be96f6

View File

@ -14,7 +14,7 @@ namespace UniVRM10
public const string VRM_SPEC_VERSION = "1.0-beta";
public const string SPRINGBONE_SPEC_VERSION = "1.0-beta";
public const string NODE_CONSTRAINT_SPEC_VERSION = "1.0-beta";
public const string MTOON_SPEC_VERSION = "1.0-draft";
public const string MTOON_SPEC_VERSION = "1.0-beta";
public const string LICENSE_URL_JA = "https://vrm.dev/licenses/1.0/";
public const string LICENSE_URL_EN = "https://vrm.dev/licenses/1.0/en/";