From ba81098b53df5760dce35eca67efd70f745258b6 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 13 Jan 2021 21:53:13 +0900 Subject: [PATCH] update version 0.64.0 --- Assets/UniGLTF/package.json | 2 +- Assets/VRM/Runtime/Format/VRMVersion.cs | 6 +++--- Assets/VRM/package.json | 4 ++-- Assets/VRMShaders/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index b9a12e111..1e0f5ec91 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.63.2" + "com.vrmc.vrmshaders": "0.64.0" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index ca8e7e76e..5daf5d653 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 63; - public const int PATCH = 2; - public const string VERSION = "0.63.2"; + public const int MINOR = 64; + public const int PATCH = 0; + public const string VERSION = "0.64.0"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 15f3931aa..ee4192e6b 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.63.2", + "version": "0.64.0", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.63.2", + "com.vrmc.vrmshaders": "0.64.0", "com.vrmc.unigltf": "2.0.0" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 1136f7224..efbb0ce4c 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.63.2", + "version": "0.64.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",