From 4840545b22c7c21222ada8e7b0d6f62324f9b91f Mon Sep 17 00:00:00 2001 From: yutopp Date: Fri, 11 Jan 2019 17:53:01 +0900 Subject: [PATCH] Set version to 0.48 --- 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 994ebb6a3..7ed5879bb 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 47; + public const int MINOR = 48; - public const string VERSION = "0.47"; + public const string VERSION = "0.48"; } }