From 06dc63d46ed4a7efecd15cb2771c7c639380ac28 Mon Sep 17 00:00:00 2001 From: j-hirose Date: Wed, 5 Jun 2019 15:13:24 +0900 Subject: [PATCH] update version numbder --- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 4 ++-- specification/0.0/schema/vrm.schema.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index 82de0f9594..59015e7636 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -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"; } } diff --git a/specification/0.0/schema/vrm.schema.json b/specification/0.0/schema/vrm.schema.json index cd6259bd4d..c3238d9c85 100644 --- a/specification/0.0/schema/vrm.schema.json +++ b/specification/0.0/schema/vrm.schema.json @@ -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": {