From 7ae7b23221203717285a6527103bbae1593dfb9d Mon Sep 17 00:00:00 2001 From: PoChangSu Date: Thu, 2 Jul 2020 15:01:51 +0900 Subject: [PATCH] Update UniVRM version --- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index 2227f19a9..cffb0dd0d 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 = 55; + public const int MINOR = 56; public const int PATCH = 0; public const string PRE_ID = ""; - public const string VERSION = "0.55.0"; + public const string VERSION = "0.56.0"; } }