From 4b23c5ce2dcf30f90cae2065b3e2968d29da892a Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 25 Jan 2021 17:53:26 +0900 Subject: [PATCH] v0.65.0 --- Assets/UniGLTF/package.json | 2 +- Assets/VRM/Runtime/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 4 ++-- Assets/VRMShaders/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 1e0f5ec91..dff651aae 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.64.0" + "com.vrmc.vrmshaders": "0.65.0" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 5daf5d653..aa1b7e7ca 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 = 64; + public const int MINOR = 65; public const int PATCH = 0; - public const string VERSION = "0.64.0"; + public const string VERSION = "0.65.0"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index ee4192e6b..0ca9f338f 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.64.0", + "version": "0.65.0", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.64.0", + "com.vrmc.vrmshaders": "0.65.0", "com.vrmc.unigltf": "2.0.0" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index efbb0ce4c..18d457cab 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.64.0", + "version": "0.65.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",