From c3ccc802da5a0fc723a70a44332855ed4545d9e2 Mon Sep 17 00:00:00 2001 From: yutopp Date: Fri, 11 Jan 2019 18:39:41 +0900 Subject: [PATCH] Prepare a version for next release v0.49 --- 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 7ed5879bb..ecfb5b6a4 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 = 48; + public const int MINOR = 49; - public const string VERSION = "0.48"; + public const string VERSION = "0.49"; } }