From 88ac1f57601e9580b7be891b5b4b6c1b4fc94e6e Mon Sep 17 00:00:00 2001 From: hiroj Date: Wed, 28 Apr 2021 16:08:23 +0900 Subject: [PATCH] update version v0.67.4 --- 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 a75aef416..36a3c96ac 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 = 3; - public const string VERSION = "2.3.3"; + public const int PATCH = 4; + public const string VERSION = "2.3.4"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 1819e4871..2e7d1fe54 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.3.3", + "version": "2.3.4", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.3" + "com.vrmc.vrmshaders": "0.67.4" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 00dd172fd..719e8c4e5 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 = 3; - public const string VERSION = "0.67.3"; + public const int PATCH = 4; + public const string VERSION = "0.67.4"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 750da58a4..c084e1d99 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.67.3", + "version": "0.67.4", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.3", - "com.vrmc.unigltf": "2.3.3" + "com.vrmc.vrmshaders": "0.67.4", + "com.vrmc.unigltf": "2.3.4" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 3b458615a..d4889a125 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.67.3", + "version": "0.67.4", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",