From 53be3118200f5712b8cd510d53ee3a42239cbc5a Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Tue, 15 Jun 2021 16:59:56 +0900 Subject: [PATCH] update version v0.67.5 --- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 ++-- Assets/UniGLTF/package.json | 4 ++-- Assets/VRM/Runtime/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 6 +++--- Assets/VRMShaders/package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 36a3c96ac..610ad9856 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -5,7 +5,7 @@ namespace UniGLTF { public const int MAJOR = 2; public const int MINOR = 3; - public const int PATCH = 4; - public const string VERSION = "2.3.4"; + public const int PATCH = 5; + public const string VERSION = "2.3.5"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 2e7d1fe54..07d8714ff 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.3.4", + "version": "2.3.5", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.4" + "com.vrmc.vrmshaders": "0.67.5" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 719e8c4e5..299e7a81a 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -5,7 +5,7 @@ namespace VRM { public const int MAJOR = 0; public const int MINOR = 67; - public const int PATCH = 4; - public const string VERSION = "0.67.4"; + public const int PATCH = 5; + public const string VERSION = "0.67.5"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index c084e1d99..56b9656a0 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.67.4", + "version": "0.67.5", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.4", - "com.vrmc.unigltf": "2.3.4" + "com.vrmc.vrmshaders": "0.67.5", + "com.vrmc.unigltf": "2.3.5" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index d4889a125..5dbd84ee1 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.67.4", + "version": "0.67.5", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",