mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-12 05:24:14 -05:00
commit
b98962cb95
|
|
@ -4,10 +4,10 @@ namespace VRM
|
|||
public static partial class VRMVersion
|
||||
{
|
||||
public const int MAJOR = 0;
|
||||
public const int MINOR = 52;
|
||||
public const int MINOR = 53;
|
||||
public const int PATCH = 0;
|
||||
public const string PRE_ID = "";
|
||||
|
||||
public const string VERSION = "0.52.0";
|
||||
public const string VERSION = "0.53.0";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"exporterVersion": {
|
||||
"description": "Version of exporter that vrm created. UniVRM-0.52.0",
|
||||
"description": "Version of exporter that vrm created. UniVRM-0.53.0",
|
||||
"type": "string"
|
||||
},
|
||||
"specVersion": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user