From 18fa7ba87a380f93b695a36d1bde16ceb2fe7211 Mon Sep 17 00:00:00 2001 From: hirose Date: Mon, 16 Dec 2019 21:19:33 +0900 Subject: [PATCH] update 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 59015e763..79edf8a72 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 = 53; + public const int MINOR = 54; public const int PATCH = 0; public const string PRE_ID = ""; - public const string VERSION = "0.53.0"; + public const string VERSION = "0.54.0"; } }