Merge pull request #261 from hiroj/fix_version

update version numbder
This commit is contained in:
ousttrue 2019-06-05 15:18:08 +09:00 committed by GitHub
commit b98962cb95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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";
}
}

View File

@ -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": {